public abstract class AuthSchemeBase extends java.lang.Object implements AuthScheme
Abstract authentication scheme class that implements AuthScheme
interface and provides a default contstructor.
Constructor and Description |
---|
AuthSchemeBase(java.lang.String challenge)
Deprecated.
Use parameterless constructor and
AuthScheme.processChallenge(String)
method |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
int |
hashCode()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
authenticate, authenticate, getID, getParameter, getRealm, getSchemeName, isComplete, isConnectionBased, processChallenge
public AuthSchemeBase(java.lang.String challenge) throws MalformedChallengeException
AuthScheme.processChallenge(String)
methodchallenge
- authentication challengeMalformedChallengeException
- is thrown if the authentication challenge
is malformedpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.