Class AuthSchemeBase
java.lang.Object
org.apache.commons.httpclient.auth.AuthSchemeBase
- All Implemented Interfaces:
AuthScheme
Deprecated.
No longer used
Abstract authentication scheme class that implements AuthScheme
interface and provides a default contstructor.
-
Constructor Summary
ConstructorsConstructorDescriptionAuthSchemeBase(String challenge) Deprecated.Use parameterless constructor andAuthScheme.processChallenge(String)method -
Method Summary
Methods inherited from interface org.apache.commons.httpclient.auth.AuthScheme
authenticate, authenticate, getID, getParameter, getRealm, getSchemeName, isComplete, isConnectionBased, processChallenge
-
Constructor Details
-
AuthSchemeBase
Deprecated.Use parameterless constructor andAuthScheme.processChallenge(String)methodConstructor for an abstract authetication schemes.- Parameters:
challenge- authentication challenge- Throws:
MalformedChallengeException- is thrown if the authentication challenge is malformed
-
-
Method Details