com.iplanet.sso
インタフェース SSOTokenID


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.
 

メソッドの詳細

toString

String toString()
Returns the encrypted Single Sign On token string.

オーバーライド:
クラス Object 内の toString
戻り値:
An encrypted Single Sign On token string

equals

boolean equals(Object object)
Returns true if current object is equals to object. This are the conditions

オーバーライド:
クラス Object 内の equals
パラメータ:
object - Object for comparison.
戻り値:
true if current object is equals to object.

hashCode

int hashCode()
Returns a hash code for this object.

オーバーライド:
クラス Object 内の hashCode
戻り値:
a hash code value for this object.