public interface SSOTokenID
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
Modifier and Type | Method and Description |
---|---|
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()
boolean 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.
Copyright © 2010-2018, ForgeRock All Rights Reserved.