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 | Field and Description |
---|---|
static int |
SSO_TOKEN_DESTROY
SSO Token destroy event.
|
static int |
SSO_TOKEN_IDLE_TIMEOUT
SSO Token idle timeout event.
|
static int |
SSO_TOKEN_MAX_TIMEOUT
SSO Token maximum time out event.
|
static int |
SSO_TOKEN_PROPERTY_CHANGED
SSO Token property changed event.
|
static final int SSO_TOKEN_IDLE_TIMEOUT
static final int SSO_TOKEN_MAX_TIMEOUT
static final int SSO_TOKEN_DESTROY
static final int SSO_TOKEN_PROPERTY_CHANGED
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-2013, ForgeRock All Rights Reserved.