Uses of Interface
org.apache.http.auth.AuthSchemeFactory
| Package | Description |
|---|---|
| org.apache.http.auth |
The API for client-side HTTP authentication against a server,
commonly referred to as HttpAuth.
|
| org.apache.http.impl.auth |
-
Uses of AuthSchemeFactory in org.apache.http.auth
Methods in org.apache.http.auth with parameters of type AuthSchemeFactory Modifier and Type Method Description voidAuthSchemeRegistry. register(String name, AuthSchemeFactory factory)Registers aAuthSchemeFactorywith the given identifier.Method parameters in org.apache.http.auth with type arguments of type AuthSchemeFactory Modifier and Type Method Description voidAuthSchemeRegistry. setItems(Map<String,AuthSchemeFactory> map)Populates the internal collection of registeredauthentication schemeswith the content of the map passed as a parameter. -
Uses of AuthSchemeFactory in org.apache.http.impl.auth
Classes in org.apache.http.impl.auth that implement AuthSchemeFactory Modifier and Type Class Description classBasicSchemeFactoryclassDigestSchemeFactory