public final class Http4SignatureAuthScheme
extends org.apache.http.impl.auth.RFC2617Scheme
| Constructor and Description |
|---|
Http4SignatureAuthScheme() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.Header |
authenticate(org.apache.http.auth.Credentials credentials,
org.apache.http.HttpRequest request) |
String |
getSchemeName() |
boolean |
isComplete() |
boolean |
isConnectionBased() |
protected void |
parseChallenge(org.apache.http.util.CharArrayBuffer buffer,
int pos,
int len) |
getCredentialsCharset, getParameter, getParameters, getRealmpublic String getSchemeName()
public boolean isConnectionBased()
public boolean isComplete()
protected void parseChallenge(org.apache.http.util.CharArrayBuffer buffer,
int pos,
int len)
throws org.apache.http.auth.MalformedChallengeException
parseChallenge in class org.apache.http.impl.auth.RFC2617Schemeorg.apache.http.auth.MalformedChallengeExceptionpublic org.apache.http.Header authenticate(org.apache.http.auth.Credentials credentials,
org.apache.http.HttpRequest request)
throws org.apache.http.auth.AuthenticationException
org.apache.http.auth.AuthenticationExceptionCopyright © 2013-2017. All Rights Reserved.