@Immutable public class BasicSchemeFactory extends Object implements AuthSchemeFactory, AuthSchemeProvider
AuthSchemeProvider implementation that creates and initializes
BasicScheme instances.| Constructor and Description |
|---|
BasicSchemeFactory() |
BasicSchemeFactory(Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
AuthScheme |
create(HttpContext context)
Creates an instance of
AuthScheme. |
AuthScheme |
newInstance(HttpParams params)
Creates an instance of
AuthScheme using given HTTP parameters. |
public BasicSchemeFactory(Charset charset)
public BasicSchemeFactory()
public AuthScheme newInstance(HttpParams params)
AuthSchemeFactoryAuthScheme using given HTTP parameters.newInstance in interface AuthSchemeFactoryparams - HTTP parameters.public AuthScheme create(HttpContext context)
AuthSchemeProviderAuthScheme.create in interface AuthSchemeProviderCopyright © 1999–2013 The Apache Software Foundation. All rights reserved.