public class SSOTokenIDImpl extends Object implements SSOTokenID
SSOTokenIDImpl
implements the interface
SSOTokenID
and is used to
identify a SSOToken
object.
It contains a random String and which is unique on a given
SSOToken server.SSOToken
Constructor and Description |
---|
SSOTokenIDImpl(SessionID sid)
Creates a SSOTokenIDImpl object
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object)
Compares this SessionID to the specified object.
|
int |
hashCode()
Returns a hash code for this object.
|
String |
toString()
This method returns the encrypted sso token string.
|
public String toString()
toString
in interface SSOTokenID
toString
in class Object
public boolean equals(Object object)
equals
in interface SSOTokenID
equals
in class Object
an
- Object - the object to compare this SessionID against.public int hashCode()
hashCode
in interface SSOTokenID
hashCode
in class Object
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.