Package com.iplanet.sso
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.- See Also:
-
Method Summary
-
Method Details
-
toString
String toString()Returns the encrypted Single Sign On token string. -
equals
Returnstrue
if current object is equals toobject
. This are the conditionsobject
is not null- this instance and
object
have the same random string. - this instance and
object
have the same server name.
-
hashCode
int hashCode()Returns a hash code for this object.
-