public class NegotiateNTLMSchemaFactory extends Object implements org.apache.http.auth.AuthSchemeFactory, org.apache.http.auth.AuthSchemeProvider
Modifier and Type | Class and Description |
---|---|
static class |
NegotiateNTLMSchemaFactory.NegotiateNTLM |
Constructor and Description |
---|
NegotiateNTLMSchemaFactory() |
Modifier and Type | Method and Description |
---|---|
org.apache.http.auth.AuthScheme |
create(org.apache.http.protocol.HttpContext context) |
org.apache.http.auth.AuthScheme |
newInstance(org.apache.http.params.HttpParams params) |
public org.apache.http.auth.AuthScheme newInstance(org.apache.http.params.HttpParams params)
newInstance
in interface org.apache.http.auth.AuthSchemeFactory
public org.apache.http.auth.AuthScheme create(org.apache.http.protocol.HttpContext context)
create
in interface org.apache.http.auth.AuthSchemeProvider
Copyright © 2004-2016. All Rights Reserved.