Class NegotiateNTLMSchemaFactory.NegotiateNTLM

  • All Implemented Interfaces:
    org.apache.http.auth.AuthScheme, org.apache.http.auth.ContextAwareAuthScheme
    Enclosing class:
    NegotiateNTLMSchemaFactory

    public static class NegotiateNTLMSchemaFactory.NegotiateNTLM
    extends org.apache.http.impl.auth.NTLMScheme
    • Field Summary

      • Fields inherited from class org.apache.http.impl.auth.AuthSchemeBase

        challengeState
    • Constructor Summary

      Constructors 
      Constructor Description
      NegotiateNTLM()  
    • Constructor Detail

      • NegotiateNTLM

        public NegotiateNTLM()
    • Method Detail

      • getSchemeName

        public String getSchemeName()
        Specified by:
        getSchemeName in interface org.apache.http.auth.AuthScheme
        Overrides:
        getSchemeName in class org.apache.http.impl.auth.NTLMScheme
      • authenticate

        public org.apache.http.Header authenticate​(org.apache.http.auth.Credentials credentials,
                                                   org.apache.http.HttpRequest request)
                                            throws org.apache.http.auth.AuthenticationException
        Specified by:
        authenticate in interface org.apache.http.auth.AuthScheme
        Overrides:
        authenticate in class org.apache.http.impl.auth.NTLMScheme
        Throws:
        org.apache.http.auth.AuthenticationException