public class GatewayAuthScheme
extends org.apache.http.impl.auth.AuthSchemeBase
| Constructor and Description |
|---|
GatewayAuthScheme() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.Header |
authenticate(org.apache.http.auth.Credentials credentials,
org.apache.http.HttpRequest request) |
org.apache.http.Header |
authenticate(org.apache.http.auth.Credentials credentials,
org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext context) |
String |
getParameter(String name) |
String |
getRealm() |
String |
getSchemeName() |
boolean |
isComplete() |
boolean |
isConnectionBased() |
protected void |
parseChallenge(org.apache.http.util.CharArrayBuffer buffer,
int beginIndex,
int endIndex) |
public String getSchemeName()
public String getRealm()
public boolean isConnectionBased()
public boolean isComplete()
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.AuthenticationExceptionpublic org.apache.http.Header authenticate(org.apache.http.auth.Credentials credentials,
org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext context)
throws org.apache.http.auth.AuthenticationException
authenticate in interface org.apache.http.auth.ContextAwareAuthSchemeauthenticate in class org.apache.http.impl.auth.AuthSchemeBaseorg.apache.http.auth.AuthenticationExceptionprotected void parseChallenge(org.apache.http.util.CharArrayBuffer buffer,
int beginIndex,
int endIndex)
throws org.apache.http.auth.MalformedChallengeException
parseChallenge in class org.apache.http.impl.auth.AuthSchemeBaseorg.apache.http.auth.MalformedChallengeExceptionCopyright © 2014–2023 MuleSoft, Inc.. All rights reserved.