@NotThreadSafe public abstract class RFC2617Scheme extends AuthSchemeBase implements Serializable
challengeState| Constructor and Description |
|---|
RFC2617Scheme() |
RFC2617Scheme(ChallengeState challengeState)
Deprecated.
(4.3) do not use.
|
RFC2617Scheme(Charset credentialsCharset) |
| Modifier and Type | Method and Description |
|---|---|
Charset |
getCredentialsCharset() |
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(CharArrayBuffer buffer,
int pos,
int len) |
authenticate, getChallengeState, isProxy, processChallenge, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitauthenticate, getSchemeName, isComplete, isConnectionBased@Deprecated public RFC2617Scheme(ChallengeState challengeState)
RFC2617Scheme with the given challenge
state.public RFC2617Scheme(Charset credentialsCharset)
public RFC2617Scheme()
public Charset getCredentialsCharset()
protected void parseChallenge(CharArrayBuffer buffer, int pos, int len) throws MalformedChallengeException
parseChallenge in class AuthSchemeBaseMalformedChallengeExceptionprotected Map<String,String> getParameters()
public String getParameter(String name)
getParameter in interface AuthSchemename - The name of the parameter to be returnedpublic String getRealm()
getRealm in interface AuthSchemeCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.