org.apache.commons.httpclient.auth
public abstract class AuthSchemeBase extends Object implements AuthScheme
Deprecated: No longer used
Abstract authentication scheme class that implements AuthScheme interface and provides a default contstructor.
Constructor Summary | |
---|---|
AuthSchemeBase(String challenge)
Constructor for an abstract authetication schemes.
|
Method Summary | |
---|---|
boolean | equals(Object obj) |
int | hashCode() |
String | toString() |
Deprecated: Use parameterless constructor and processChallenge method
Constructor for an abstract authetication schemes.Parameters: challenge authentication challenge
Throws: MalformedChallengeException is thrown if the authentication challenge is malformed
See Also: java.lang.Object#equals(Object)
See Also: java.lang.Object#hashCode()
See Also: java.lang.Object#toString()