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(HttpContext context) Creates an instance ofAuthScheme.newInstance(HttpParams params) Creates an instance ofAuthSchemeusing given HTTP parameters.
-
Constructor Details
-
NTLMSchemeFactory
public NTLMSchemeFactory()
-
-
Method Details
-
newInstance
Description copied from interface:AuthSchemeFactoryCreates an instance ofAuthSchemeusing given HTTP parameters.- Specified by:
newInstancein interfaceAuthSchemeFactory- Parameters:
params- HTTP parameters.- Returns:
- auth scheme.
-
create
Description copied from interface:AuthSchemeProviderCreates an instance ofAuthScheme.- Specified by:
createin interfaceAuthSchemeProvider- Returns:
- auth scheme.
-