Class SsoToken


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

      • SsoToken

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

      • getValue

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