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