org.apache.commons.httpclient.auth
public abstract class AuthSchemeBase extends java.lang.Object implements AuthScheme
Abstract authentication scheme class that implements AuthScheme
interface and provides a default contstructor.
| Constructor and Description |
|---|
AuthSchemeBase(java.lang.String challenge)
Deprecated.
Use parameterless constructor and
AuthScheme.processChallenge(String)
method |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
int |
hashCode()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitauthenticate, authenticate, getID, getParameter, getRealm, getSchemeName, isComplete, isConnectionBased, processChallengepublic AuthSchemeBase(java.lang.String challenge)
throws MalformedChallengeException
AuthScheme.processChallenge(String)
methodchallenge - authentication challengeMalformedChallengeException - is thrown if the authentication challenge
is malformedpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(Object)public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()