|
||||||||||
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. |
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 |