protected class AuthSSOToken.AuthSSOTokenID extends Object implements SSOTokenID
Modifier | Constructor and Description |
---|---|
protected |
AuthSSOTokenID(String t) |
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.
|
protected AuthSSOTokenID(String t)
public String toString()
SSOTokenID
toString
in interface SSOTokenID
toString
in class Object
public boolean equals(Object object)
SSOTokenID
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 interface SSOTokenID
equals
in class Object
object
- Object for comparison.true
if current object is equals to
object
.public int hashCode()
SSOTokenID
hashCode
in interface SSOTokenID
hashCode
in class Object
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.