Package hudson.plugins.ec2.win.winrm
Class NegotiateNTLMSchemaFactory
java.lang.Object
hudson.plugins.ec2.win.winrm.NegotiateNTLMSchemaFactory
- All Implemented Interfaces:
org.apache.http.auth.AuthSchemeProvider
public class NegotiateNTLMSchemaFactory
extends Object
implements org.apache.http.auth.AuthSchemeProvider
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.http.auth.AuthScheme
create
(org.apache.http.protocol.HttpContext context)
-
Constructor Details
-
NegotiateNTLMSchemaFactory
public NegotiateNTLMSchemaFactory()
-
-
Method Details
-
create
public org.apache.http.auth.AuthScheme create(org.apache.http.protocol.HttpContext context) - Specified by:
create
in interfaceorg.apache.http.auth.AuthSchemeProvider
-