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 int |
SSO_TOKEN_URL_EVENT_ADDED
SSO Token url added event.
|
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.
|
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
static final int SSO_TOKEN_URL_EVENT_ADDED
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–2025 Open Identity Platform Community. All rights reserved.