|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthSchemeFactory | |
---|---|
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 | |
---|---|
void |
AuthSchemeRegistry.register(java.lang.String name,
AuthSchemeFactory factory)
Registers a AuthSchemeFactory with the given identifier. |
Method parameters in org.apache.http.auth with type arguments of type AuthSchemeFactory | |
---|---|
void |
AuthSchemeRegistry.setItems(java.util.Map<java.lang.String,AuthSchemeFactory> map)
Populates the internal collection of registered authentication schemes
with 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 | |
---|---|
class |
BasicSchemeFactory
|
class |
DigestSchemeFactory
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |