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
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-2016, ForgeRock All Rights Reserved.