|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface SSOTokenID
The SSOTokenID is an interface that is used to identify a single
sign on token object. It contains a random string and the name of the server.
The random string in the SSOTokenID is unique on a given server.
SSOToken| メソッドの概要 | |
|---|---|
boolean |
equals(Object object)
Returns true if current object is equals to
object. |
int |
hashCode()
Returns a hash code for this object. |
String |
toString()
Returns the encrypted Single Sign On token string. |
| メソッドの詳細 |
|---|
String toString()
Object 内の toStringboolean equals(Object object)
true if current object is equals to
object. This are the conditions
object is not nullobject have the same random string.
object have the same server name.
Object 内の equalsobject - Object for comparison.
true if current object is equals to
object.int hashCode()
Object 内の hashCode
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||