Package com.iplanet.sso
Interface SSOTokenEvent
The SSOTokenEvent is an interface that represents an SSO token
event.The single sign on token event represents a change in
SSOToken.
SSO_TOKEN_IDLE_TIMEOUT,SSO_TOKEN_MAX_TIMEOUTandSSO_TOKEN_DESTROYSSO_TOKEN_PROPERTY_CHANGED
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intSSO Token destroy event.static final intSSO Token idle timeout event.static final intSSO Token maximum time out event.static final intSSO Token property changed event. -
Method Summary
-
Field Details
-
SSO_TOKEN_IDLE_TIMEOUT
static final int SSO_TOKEN_IDLE_TIMEOUTSSO Token idle timeout event.- See Also:
-
SSO_TOKEN_MAX_TIMEOUT
static final int SSO_TOKEN_MAX_TIMEOUTSSO Token maximum time out event.- See Also:
-
SSO_TOKEN_DESTROY
static final int SSO_TOKEN_DESTROYSSO Token destroy event.- See Also:
-
SSO_TOKEN_PROPERTY_CHANGED
static final int SSO_TOKEN_PROPERTY_CHANGEDSSO Token property changed event.- See Also:
-
-
Method Details
-
getToken
SSOToken getToken()Returns theSSOTokenassociated with the SSO Token event.- Returns:
SSOToken
-
getTime
long getTime()Returns the time of this event.- Returns:
- The event time as
UTCmilliseconds from the epoch.
-
getType
Returns the type of this event.- Returns:
- The type of this event. Possible types are :
SSO_TOKEN_IDLE_TIMEOUTSSO_TOKEN_MAX_TIMEOUTSSO_TOKEN_DESTROYSSO_TOKEN_PROPERTY_CHANGED
- Throws:
SSOException- if theSSOTokenEventtype is not one of the above.
-