public interface SSOTokenEvent
SSOTokenEvent
is an interface that represents an SSO token
event.The single sign on token event represents a change in
SSOToken
.
The following are possible SSO token event types:
SSO_TOKEN_IDLE_TIMEOUT
,
SSO_TOKEN_MAX_TIMEOUT
and
SSO_TOKEN_DESTROY
SSO_TOKEN_PROPERTY_CHANGED
Modifier and Type | Method and Description |
---|---|
long |
getTime()
Returns the time of this event.
|
SSOToken |
getToken()
Returns the
SSOToken associated with the SSO Token event. |
int |
getType()
Returns the type of this event.
|
SSOToken getToken()
SSOToken
associated with the SSO Token event.SSOToken
long getTime()
UTC
milliseconds from the epoch.int getType() throws SSOException
SSO_TOKEN_IDLE_TIMEOUT
SSO_TOKEN_MAX_TIMEOUT
SSO_TOKEN_DESTROY
SSO_TOKEN_PROPERTY_CHANGED
SSOException
- if the SSOTokenEvent
type is
not one of the above.Copyright © 2010-2018, ForgeRock All Rights Reserved.