|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthState | |
---|---|
org.apache.commons.httpclient | Classes and interfaces supporting the client side of the HTTP protocol. |
org.apache.commons.httpclient.auth | Provides implementation of various authentication schemes as well as utility classes that can be used to authenticate HTTP requests. |
Uses of AuthState in org.apache.commons.httpclient |
---|
Methods in org.apache.commons.httpclient that return AuthState | |
---|---|
AuthState |
HttpMethodBase.getHostAuthState()
Returns the target host authentication state |
AuthState |
HttpMethod.getHostAuthState()
Returns the target host authentication state |
AuthState |
HttpMethodBase.getProxyAuthState()
Returns the proxy authentication state |
AuthState |
HttpMethod.getProxyAuthState()
Returns the proxy authentication state |
Uses of AuthState in org.apache.commons.httpclient.auth |
---|
Methods in org.apache.commons.httpclient.auth with parameters of type AuthState | |
---|---|
AuthScheme |
AuthChallengeProcessor.processChallenge(AuthState state,
Map challenges)
Processes the given collection of challenges and updates the state of the authentication process. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |