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, getRealm
public 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.RFC2617Scheme
org.apache.http.auth.MalformedChallengeException
public 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.AuthenticationException
Copyright © 2013-2017. All Rights Reserved.