Class NegotiateNTLMSchemaFactory.NegotiateNTLM

java.lang.Object
org.apache.http.impl.auth.AuthSchemeBase
org.apache.http.impl.auth.NTLMScheme
hudson.plugins.ec2.win.winrm.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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.http.Header
    authenticate(org.apache.http.auth.Credentials credentials, org.apache.http.HttpRequest request)
     
     

    Methods inherited from class org.apache.http.impl.auth.NTLMScheme

    getParameter, getRealm, isComplete, isConnectionBased, parseChallenge

    Methods inherited from class org.apache.http.impl.auth.AuthSchemeBase

    authenticate, getChallengeState, isProxy, processChallenge, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NegotiateNTLM

      public NegotiateNTLM()
  • Method Details

    • 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