org.apache.commons.httpclient.auth
Class HttpAuthRealm
java.lang.Object
org.apache.commons.httpclient.auth.AuthScope
org.apache.commons.httpclient.auth.HttpAuthRealm
Deprecated. no longer used
public class HttpAuthRealm
- extends AuthScope
The key used to look up authentication credentials.
- Author:
- Oleg Kalnichevski, Adrian Sutton
Constructor Summary |
HttpAuthRealm(String domain,
String realm)
Deprecated. Creates a new HttpAuthRealm for the given domain and
realm. |
HttpAuthRealm
public HttpAuthRealm(String domain,
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.
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.