| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The SSOTokenEvent class represents an SSO token event.
 The single sign on token event represents a change in
 SSOToken.
 
SSO_TOKEN_IDLE_TIMEOUT,
 SSO_TOKEN_MAX_TIMEOUT and
 SSO_TOKEN_DESTROY
 
| Field Summary | |
| static int | SSO_TOKEN_DESTROYSSO Token destroy event | 
| static int | SSO_TOKEN_IDLE_TIMEOUTSSO Token idle timeout event | 
| static int | SSO_TOKEN_MAX_TIMEOUTSSO Token maximum time out event | 
| static int | SSO_TOKEN_PROPERTY_CHANGEDSSO Token property_changed event | 
| Method Summary | |
|  long | getTime()Gets the time of this event. | 
|  SSOToken | getToken()Returns the SSOTokenassociated with the SSO Event. | 
|  int | getType()Gets the type of this event. | 
| Field Detail | 
public static final int SSO_TOKEN_IDLE_TIMEOUT
public static final int SSO_TOKEN_MAX_TIMEOUT
public static final int SSO_TOKEN_DESTROY
public static final int SSO_TOKEN_PROPERTY_CHANGED
| Method Detail | 
public SSOToken getToken()
SSOToken associated with the SSO Event.SSOTokenpublic long getTime()
UTC milliseconds from the epoch.
public int getType()
            throws SSOException
SSO_TOKEN_IDLE_TIMEOUT,
 SSO_TOKEN_MAX_TIMEOUT and
 SSO_TOKEN_DESTROY
 SSOException - if the SSOTokenEvent type is not
            one of the above| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||