Class NegotiateAuthorizationToken


  • public class NegotiateAuthorizationToken
    extends AuthorizationToken
    Implementation of the standard RFC 4559 Negotiate authentication scheme token This implementation does not decode the GSS API data and it is available as plain text from the AuthorizationToken.getToken() method.
    Author:
    odeda
    • Constructor Detail

      • NegotiateAuthorizationToken

        public NegotiateAuthorizationToken()
      • NegotiateAuthorizationToken

        public NegotiateAuthorizationToken​(String token)
    • Method Detail

      • supports

        protected boolean supports​(String type)
        Description copied from class: AuthorizationToken
        Check whether an AuthorizationToken implementation supports the speciefied IANA HTTP Authentication Scheme Name
        Overrides:
        supports in class AuthorizationToken
        Parameters:
        type - IANA HTTP Authentication Scheme Name
        Returns:
        whether this implementation supports the specified name