|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.httpclient.auth.AuthSchemeBase
public abstract class AuthSchemeBase
Abstract authentication scheme class that implements AuthScheme
interface and provides a default contstructor.
Constructor Summary | |
---|---|
AuthSchemeBase(String challenge)
Deprecated. Use parameterless constructor and AuthScheme.processChallenge(String)
method |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Deprecated. |
int |
hashCode()
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.commons.httpclient.auth.AuthScheme |
---|
authenticate, authenticate, getID, getParameter, getRealm, getSchemeName, isComplete, isConnectionBased, processChallenge |
Constructor Detail |
---|
public AuthSchemeBase(String challenge) throws MalformedChallengeException
AuthScheme.processChallenge(String)
method
challenge
- authentication challenge
MalformedChallengeException
- is thrown if the authentication challenge
is malformedMethod Detail |
---|
public boolean equals(Object obj)
equals
in class Object
Object.equals(Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |