|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpAuthRealm | |
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 HttpAuthRealm in org.apache.commons.httpclient |
Methods in org.apache.commons.httpclient with parameters of type HttpAuthRealm | |
void |
HttpState.setCredentials(HttpAuthRealm realm,
Credentials credentials)
Sets the credentials for the given authentication
realm. |
Credentials |
HttpState.getCredentials(HttpAuthRealm realm)
Get the credentials for the given authentication realm. |
void |
HttpState.setProxyCredentials(HttpAuthRealm realm,
Credentials credentials)
Sets the credentials for the given proxy authentication
realm. |
Credentials |
HttpState.getProxyCredentials(HttpAuthRealm realm)
Get the credentials for the given proxy authentication realm. |
Uses of HttpAuthRealm in org.apache.commons.httpclient.auth |
Constructors in org.apache.commons.httpclient.auth with parameters of type HttpAuthRealm | |
HttpAuthRealm(HttpAuthRealm token)
Creates a copy of the given authentication realm token. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |