|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The SSOTokenID class 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| Method Summary | |
boolean |
equals(java.lang.Object object)
Compares this SSOTokenID to the specified object. |
int |
hashCode()
Returns a hash code for this object. |
java.lang.String |
toString()
This method returns the encrypted SSO token string. |
| Method Detail |
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object object)
SSOTokenID to the specified object. The
result is true if and only if the argument is not null and the random
string and server name are the same in both objects.
equals in class java.lang.Objectobject - The object to compare this SSOTokenID against.
SSOTokenID are equal.public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||