|
|||||||||
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 SSO token event represents a change in SSOToken.
Field Summary | |
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 |
Method Summary | |
long |
getTime()
Gets the time of this event. |
SSOToken |
getToken()
Returns the SSOToken associated 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
Method Detail |
public SSOToken getToken()
None
- public long getTime()
None
- public int getType() throws SSOException
None
- an
- 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 |