|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthSchemeProvider | |
---|---|
org.apache.http.auth | The API for client-side HTTP authentication against a server. |
org.apache.http.client.protocol | Additional request and response interceptors for HTTP state and authentication management. |
org.apache.http.impl.auth | Default implementations for interfaces in
org.apache.http.auth . |
org.apache.http.impl.client | Default implementations for interfaces in
org.apache.http.client . |
Uses of AuthSchemeProvider in org.apache.http.auth |
---|
Methods in org.apache.http.auth that return AuthSchemeProvider | |
---|---|
AuthSchemeProvider |
AuthSchemeRegistry.lookup(String name)
Deprecated. |
Uses of AuthSchemeProvider in org.apache.http.client.protocol |
---|
Methods in org.apache.http.client.protocol that return types with arguments of type AuthSchemeProvider | |
---|---|
org.apache.http.config.Lookup<AuthSchemeProvider> |
HttpClientContext.getAuthSchemeRegistry()
|
Method parameters in org.apache.http.client.protocol with type arguments of type AuthSchemeProvider | |
---|---|
void |
HttpClientContext.setAuthSchemeRegistry(org.apache.http.config.Lookup<AuthSchemeProvider> lookup)
|
Uses of AuthSchemeProvider in org.apache.http.impl.auth |
---|
Classes in org.apache.http.impl.auth that implement AuthSchemeProvider | |
---|---|
class |
BasicSchemeFactory
AuthSchemeProvider implementation that creates and initializes
BasicScheme instances. |
class |
DigestSchemeFactory
AuthSchemeProvider implementation that creates and initializes
DigestScheme instances. |
class |
KerberosSchemeFactory
AuthSchemeProvider implementation that creates and initializes
KerberosScheme instances. |
class |
NTLMSchemeFactory
AuthSchemeProvider implementation that creates and initializes
NTLMScheme instances configured to use the default NTLMEngine
implementation. |
class |
SPNegoSchemeFactory
AuthSchemeProvider implementation that creates and initializes
SPNegoScheme instances. |
Uses of AuthSchemeProvider in org.apache.http.impl.client |
---|
Method parameters in org.apache.http.impl.client with type arguments of type AuthSchemeProvider | |
---|---|
HttpClientBuilder |
HttpClientBuilder.setDefaultAuthSchemeRegistry(org.apache.http.config.Lookup<AuthSchemeProvider> authSchemeRegistry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |