Class SsoToken
java.lang.Object
org.forgerock.openig.tools.authentication.SsoToken
Represents the successful result of an authentication against the AM server.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SsoToken
Constructs a new token with the given value.- Parameters:
token
- opaque token value
-
-
Method Details
-
getValue
Returns the string value of this token.- Returns:
- the string value of this token.
-