public interface SessionTimeoutHandler
SSOToken
instances. Because of this behavior it is encouraged that implementations
don't run lengthy operations.Modifier and Type | Method and Description |
---|---|
void |
onIdleTimeout(SSOToken token)
Executed on idle timeout
|
void |
onMaxTimeout(SSOToken token)
Executed on max timeout
|
void onIdleTimeout(SSOToken token)
token
- The SSOToken
instance for the timed out sessionvoid onMaxTimeout(SSOToken token)
token
- The SSOToken
instance for the timed out sessionCopyright © 2010-2014, ForgeRock All Rights Reserved.