|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
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
| フィールドの概要 | |
|---|---|
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. |
| メソッドの概要 | |
|---|---|
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
| メソッドの詳細 |
|---|
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.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||