Class HttpAuthRealm
- java.lang.Object
-
- org.apache.commons.httpclient.auth.AuthScope
-
- org.apache.commons.httpclient.auth.HttpAuthRealm
-
@Deprecated public class HttpAuthRealm extends AuthScope
Deprecated.no longer usedThe key used to look up authentication credentials.
-
-
Constructor Summary
Constructors Constructor Description HttpAuthRealm(java.lang.String domain, java.lang.String realm)
Deprecated.Creates a new HttpAuthRealm for the given domain and realm.
-
-
-
Constructor Detail
-
HttpAuthRealm
public HttpAuthRealm(java.lang.String domain, java.lang.String realm)
Deprecated.Creates a new HttpAuthRealm for the given domain and realm.- Parameters:
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.
-
-