org.apache.commons.httpclient.auth

Class AuthSchemeBase

Implemented Interfaces:
AuthScheme

public abstract class AuthSchemeBase
extends Object
implements AuthScheme

Abstract authentication scheme class that implements AuthScheme interface and provides a default contstructor.
Author:
Oleg Kalnichevski

Constructor Summary

AuthSchemeBase(String challenge)
Deprecated. Use parameterless constructor and AuthScheme.processChallenge(String) method

Method Summary

boolean
equals(Object obj)
int
hashCode()
String
toString()

Constructor Details

AuthSchemeBase

public AuthSchemeBase(String challenge)
            throws MalformedChallengeException

Deprecated. Use parameterless constructor and 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 Details

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()

Copyright (c) 1999-2005 - Apache Software Foundation