@NotThreadSafe public abstract class RFC2617Scheme extends AuthSchemeBase
Constructor and Description |
---|
RFC2617Scheme() |
RFC2617Scheme(ChallengeState challengeState)
Creates an instance of RFC2617Scheme with the given challenge
state.
|
Modifier and Type | Method and Description |
---|---|
String |
getParameter(String name)
Returns authentication parameter with the given name, if available.
|
protected Map<String,String> |
getParameters()
Returns authentication parameters map.
|
String |
getRealm()
Returns authentication realm.
|
protected void |
parseChallenge(org.apache.http.util.CharArrayBuffer buffer,
int pos,
int len) |
authenticate, getChallengeState, isProxy, processChallenge, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
authenticate, getSchemeName, isComplete, isConnectionBased
public RFC2617Scheme(ChallengeState challengeState)
public RFC2617Scheme()
protected void parseChallenge(org.apache.http.util.CharArrayBuffer buffer, int pos, int len) throws MalformedChallengeException
parseChallenge
in class AuthSchemeBase
MalformedChallengeException
protected Map<String,String> getParameters()
public String getParameter(String name)
name
- The name of the parameter to be returnedpublic String getRealm()
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.