public final class Http3SignatureAuthScheme
extends org.apache.commons.httpclient.auth.RFC2617Scheme
| Constructor and Description |
|---|
Http3SignatureAuthScheme() |
| Modifier and Type | Method and Description |
|---|---|
String |
authenticate(org.apache.commons.httpclient.Credentials credentials,
org.apache.commons.httpclient.HttpMethod method) |
String |
authenticate(org.apache.commons.httpclient.Credentials credentials,
String method,
String uri) |
String |
getSchemeName() |
boolean |
isComplete() |
boolean |
isConnectionBased() |
void |
processChallenge(String challenge) |
public String getSchemeName()
public boolean isConnectionBased()
public boolean isComplete()
public void processChallenge(String challenge) throws org.apache.commons.httpclient.auth.MalformedChallengeException
processChallenge in interface org.apache.commons.httpclient.auth.AuthSchemeprocessChallenge in class org.apache.commons.httpclient.auth.RFC2617Schemeorg.apache.commons.httpclient.auth.MalformedChallengeExceptionpublic String authenticate(org.apache.commons.httpclient.Credentials credentials, String method, String uri) throws org.apache.commons.httpclient.auth.AuthenticationException
org.apache.commons.httpclient.auth.AuthenticationExceptionpublic String authenticate(org.apache.commons.httpclient.Credentials credentials, org.apache.commons.httpclient.HttpMethod method) throws org.apache.commons.httpclient.auth.AuthenticationException
org.apache.commons.httpclient.auth.AuthenticationExceptionCopyright © 2013-2017. All Rights Reserved.