@Contract(threading=STATELESS) public class NTLMSchemeFactory extends Object implements AuthSchemeFactory
AuthSchemeFactory
implementation that creates and initializes
NTLMScheme
instances configured to use the default NTLMEngine
implementation.Modifier and Type | Field and Description |
---|---|
static NTLMSchemeFactory |
INSTANCE
Singleton instance.
|
Constructor and Description |
---|
NTLMSchemeFactory() |
Modifier and Type | Method and Description |
---|---|
AuthScheme |
create(HttpContext context)
Creates an instance of
AuthScheme . |
public static final NTLMSchemeFactory INSTANCE
public AuthScheme create(HttpContext context)
AuthSchemeFactory
AuthScheme
.create
in interface AuthSchemeFactory