|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public 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_TIMEOUT and
SSO_TOKEN_DESTROY
SSO_TOKEN_PROPERTY_CHANGED
| 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. |
static int |
SSO_TOKEN_PROPERTY_CHANGED
SSO Token property changed event. |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
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
| Method Detail |
|---|
SSOToken getToken()
SSOToken associated with the SSO Token event.
SSOTokenlong getTime()
UTC milliseconds from the epoch.
int getType()
throws SSOException
SSO_TOKEN_IDLE_TIMEOUTSSO_TOKEN_MAX_TIMEOUTSSO_TOKEN_DESTROYSSO_TOKEN_PROPERTY_CHANGEDSSOException - if the SSOTokenEvent type is
not one of the above.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||