|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String toString()
toString in class Objectboolean 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.
equals in class Objectobject - Object for comparison.
true if current object is equals to
object.int hashCode()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||