Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.commons.httpclient.auth.AuthSchemeBase
AuthScheme
interface and provides a default contstructor.
Constructor Summary | |
|
public AuthSchemeBase(String challenge) throws MalformedChallengeException
Deprecated. Use parameterless constructor and
AuthScheme.processChallenge(String)
methodConstructor for an abstract authetication schemes.
- Parameters:
challenge
- authentication challenge
- Throws:
MalformedChallengeException
- is thrown if the authentication challenge is malformed
public boolean equals(Object obj)
- See Also:
java.lang.Object.equals(Object)
public int hashCode()
- See Also:
java.lang.Object.hashCode()
public String toString()
- See Also:
java.lang.Object.toString()