org.apache.http.impl.auth
Class NTLMSchemeFactory

java.lang.Object
  extended by org.apache.http.impl.auth.NTLMSchemeFactory
All Implemented Interfaces:
org.apache.http.auth.AuthSchemeFactory, AuthSchemeProvider

@Immutable
public class NTLMSchemeFactory
extends java.lang.Object
implements org.apache.http.auth.AuthSchemeFactory, AuthSchemeProvider

AuthSchemeProvider implementation that creates and initializes NTLMScheme instances configured to use the default NTLMEngine implementation.

Since:
4.1

Constructor Summary
NTLMSchemeFactory()
           
 
Method Summary
 org.apache.http.auth.AuthScheme create(org.apache.http.protocol.HttpContext context)
          Creates an instance of AuthScheme.
 org.apache.http.auth.AuthScheme newInstance(org.apache.http.params.HttpParams params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NTLMSchemeFactory

public NTLMSchemeFactory()
Method Detail

newInstance

public org.apache.http.auth.AuthScheme newInstance(org.apache.http.params.HttpParams params)
Specified by:
newInstance in interface org.apache.http.auth.AuthSchemeFactory

create

public org.apache.http.auth.AuthScheme create(org.apache.http.protocol.HttpContext context)
Description copied from interface: AuthSchemeProvider
Creates an instance of AuthScheme.

Specified by:
create in interface AuthSchemeProvider
Returns:
auth scheme.