public abstract class RFC2617Scheme extends AuthSchemeBase
Constructor and Description |
---|
RFC2617Scheme()
Default constructor for RFC2617 compliant authentication schemes.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getParameter(java.lang.String name)
Returns authentication parameter with the given name, if available.
|
protected java.util.Map |
getParameters()
Returns authentication parameters map.
|
java.lang.String |
getRealm()
Returns authentication realm.
|
protected void |
parseChallenge(CharArrayBuffer buffer,
int pos,
int len) |
isProxy, processChallenge, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
authenticate, getSchemeName, isComplete, isConnectionBased
public RFC2617Scheme()
protected void parseChallenge(CharArrayBuffer buffer, int pos, int len) throws MalformedChallengeException
parseChallenge
in class AuthSchemeBase
MalformedChallengeException
protected java.util.Map getParameters()
public java.lang.String getParameter(java.lang.String name)
name
- The name of the parameter to be returnedpublic java.lang.String getRealm()