org.apache.commons.httpclient.auth

Class AuthSchemeBase

public abstract class AuthSchemeBase extends Object implements AuthScheme

Deprecated: No longer used

Abstract authentication scheme class that implements {@link AuthScheme} interface and provides a default contstructor.

Author: Oleg Kalnichevski

Constructor Summary
AuthSchemeBase(String challenge)
Constructor for an abstract authetication schemes.
Method Summary
booleanequals(Object obj)
inthashCode()
StringtoString()

Constructor Detail

AuthSchemeBase

public AuthSchemeBase(String challenge)

Deprecated: Use parameterless constructor and {@link AuthScheme#processChallenge(String)} method

Constructor for an abstract authetication schemes.

Parameters: challenge authentication challenge

Throws: MalformedChallengeException is thrown if the authentication challenge is malformed

Method Detail

equals

public boolean equals(Object obj)

See Also: java.lang.Object#equals(Object)

hashCode

public int hashCode()

See Also: java.lang.Object#hashCode()

toString

public String toString()

See Also: java.lang.Object#toString()

Copyright (c) 1999-2005 - Apache Software Foundation