java.lang.Object
org.forgerock.openig.tools.authentication.SsoToken

public class SsoToken extends Object
Represents the successful result of an authentication against the AM server.
  • Constructor Details

    • SsoToken

      public SsoToken(String token)
      Constructs a new token with the given value.
      Parameters:
      token - opaque token value
  • Method Details

    • getValue

      public String getValue()
      Returns the string value of this token.
      Returns:
      the string value of this token.