@NotThreadSafe public abstract class AuthSchemeBase extends Object implements ContextAwareAuthScheme
Constructor and Description |
---|
AuthSchemeBase() |
AuthSchemeBase(ChallengeState challengeState)
Deprecated.
(4.3) do not use.
|
Modifier and Type | Method and Description |
---|---|
Header |
authenticate(Credentials credentials,
HttpRequest request,
HttpContext context)
Produces an authorization string for the given set of
Credentials . |
ChallengeState |
getChallengeState()
Returns
ChallengeState value or null if unchallenged. |
boolean |
isProxy()
Returns
true if authenticating against a proxy, false
otherwise. |
protected abstract void |
parseChallenge(CharArrayBuffer buffer,
int beginIndex,
int endIndex) |
void |
processChallenge(Header header)
Processes the given challenge token.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
authenticate, getParameter, getRealm, getSchemeName, isComplete, isConnectionBased
@Deprecated public AuthSchemeBase(ChallengeState challengeState)
public AuthSchemeBase()
public void processChallenge(Header header) throws MalformedChallengeException
processChallenge
in interface AuthScheme
header
- the challenge headerMalformedChallengeException
- is thrown if the authentication challenge
is malformedpublic Header authenticate(Credentials credentials, HttpRequest request, HttpContext context) throws AuthenticationException
ContextAwareAuthScheme
Credentials
.authenticate
in interface ContextAwareAuthScheme
credentials
- The set of credentials to be used for athenticationrequest
- The request being authenticatedcontext
- HTTP contextAuthenticationException
- if authorization string cannot
be generated due to an authentication failureprotected abstract void parseChallenge(CharArrayBuffer buffer, int beginIndex, int endIndex) throws MalformedChallengeException
MalformedChallengeException
public boolean isProxy()
true
if authenticating against a proxy, false
otherwise.public ChallengeState getChallengeState()
ChallengeState
value or null
if unchallenged.Copyright © 1999–2013 The Apache Software Foundation. All rights reserved.