|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.httpclient.auth.AuthScope
org.apache.commons.httpclient.auth.HttpAuthRealm
The key used to look up authentication credentials.
Field Summary |
Fields inherited from class org.apache.commons.httpclient.auth.AuthScope |
ANY, ANY_HOST, ANY_PORT, ANY_REALM, ANY_SCHEME |
Constructor Summary | |
HttpAuthRealm(java.lang.String domain,
java.lang.String realm)
Deprecated. Creates a new HttpAuthRealm for the given domain and realm. |
Methods inherited from class org.apache.commons.httpclient.auth.AuthScope |
equals, getHost, getPort, getRealm, getScheme, hashCode, match, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public HttpAuthRealm(java.lang.String domain, java.lang.String realm)
domain
- the domain the credentials apply to. May be set
to null if credenticals are applicable to
any domain.realm
- the realm the credentials apply to. May be set
to null if credenticals are applicable to
any realm.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |