Package org.apache.http.impl.auth
Class NTLMSchemeFactory
java.lang.Object
org.apache.http.impl.auth.NTLMSchemeFactory
- All Implemented Interfaces:
AuthSchemeFactory
,AuthSchemeProvider
@Contract(threading=IMMUTABLE)
public class NTLMSchemeFactory
extends Object
implements AuthSchemeFactory, AuthSchemeProvider
AuthSchemeProvider
implementation that creates and initializes
NTLMScheme
instances configured to use the default NTLMEngine
implementation.- Since:
- 4.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(org.apache.http.protocol.HttpContext context) Creates an instance ofAuthScheme
.newInstance
(org.apache.http.params.HttpParams params) Creates an instance ofAuthScheme
using given HTTP parameters.
-
Constructor Details
-
NTLMSchemeFactory
public NTLMSchemeFactory()
-
-
Method Details
-
newInstance
Description copied from interface:AuthSchemeFactory
Creates an instance ofAuthScheme
using given HTTP parameters.- Specified by:
newInstance
in interfaceAuthSchemeFactory
- Parameters:
params
- HTTP parameters.- Returns:
- auth scheme.
-
create
Description copied from interface:AuthSchemeProvider
Creates an instance ofAuthScheme
.- Specified by:
create
in interfaceAuthSchemeProvider
- Returns:
- auth scheme.
-