org.globus.wsrf.impl.security.authentication.wssec
Class ExpiredMessageIdTimerListener

java.lang.Object
  extended byorg.globus.wsrf.impl.security.authentication.wssec.ExpiredMessageIdTimerListener
All Implemented Interfaces:
commonj.timers.TimerListener

class ExpiredMessageIdTimerListener
extends java.lang.Object
implements commonj.timers.TimerListener


Field Summary
private static int DEFAULT_INTERVAL
           
private  ReplayAttackFilter replayFilter
           
 
Constructor Summary
ExpiredMessageIdTimerListener(ReplayAttackFilter replayFilter)
           
 
Method Summary
(package private) static int getInterval()
           
 void timerExpired(commonj.timers.Timer timer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_INTERVAL

private static final int DEFAULT_INTERVAL
See Also:
Constant Field Values

replayFilter

private ReplayAttackFilter replayFilter
Constructor Detail

ExpiredMessageIdTimerListener

public ExpiredMessageIdTimerListener(ReplayAttackFilter replayFilter)
Method Detail

getInterval

static int getInterval()

timerExpired

public void timerExpired(commonj.timers.Timer timer)
Specified by:
timerExpired in interface commonj.timers.TimerListener