org.apache.commons.httpclient.auth
Class HttpAuthRealm
java.lang.Object
org.apache.commons.httpclient.auth.HttpAuthRealm
- public class HttpAuthRealm
- extends java.lang.Object
The key used to look up authentication credentials.
- Author:
- Oleg Kalnichevski, Adrian Sutton
Constructor Summary |
HttpAuthRealm(java.lang.String domain,
java.lang.String realm)
Creates a new HttpAuthRealm for the given domain and
realm. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
HttpAuthRealm
public HttpAuthRealm(java.lang.String domain,
java.lang.String realm)
- 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.
equals
public boolean equals(java.lang.Object o)
- See Also:
Object.equals(Object)
toString
public java.lang.String toString()
- See Also:
Object.toString()
hashCode
public int hashCode()
- See Also:
Object.hashCode()
Copyright (c) 1999-2002 - Apache Software Foundation