public abstract class AuthenticationTimerOverride
extends Object
Constructor and Description |
---|
AuthenticationTimerOverride() |
Modifier and Type | Method and Description |
---|---|
abstract long |
timerExpired(AuthenticationPlatform authPlatform,
String timer)
An authentication timer has expired.
|
public abstract long timerExpired(AuthenticationPlatform authPlatform, String timer)
authPlatform
- the AuthenticationPlatform instance that owns the expired timer.timer
- the name of the expired timer.