public abstract class AbstractBearerAuthScheme
extends java.lang.Object
implements org.apache.http.auth.ContextAwareAuthScheme
Constructor and Description |
---|
AbstractBearerAuthScheme() |
Modifier and Type | Method and Description |
---|---|
org.apache.http.Header |
authenticate(org.apache.http.auth.Credentials credentials,
org.apache.http.HttpRequest request) |
java.lang.String |
getParameter(java.lang.String name) |
java.lang.String |
getRealm() |
java.lang.String |
getSchemeName() |
boolean |
isComplete() |
boolean |
isConnectionBased() |
protected boolean |
isExpired() |
void |
processChallenge(org.apache.http.Header header) |
public void processChallenge(org.apache.http.Header header) throws org.apache.http.auth.MalformedChallengeException
processChallenge
in interface org.apache.http.auth.AuthScheme
org.apache.http.auth.MalformedChallengeException
public java.lang.String getSchemeName()
getSchemeName
in interface org.apache.http.auth.AuthScheme
public java.lang.String getParameter(java.lang.String name)
getParameter
in interface org.apache.http.auth.AuthScheme
public java.lang.String getRealm()
getRealm
in interface org.apache.http.auth.AuthScheme
public boolean isConnectionBased()
isConnectionBased
in interface org.apache.http.auth.AuthScheme
public boolean isComplete()
isComplete
in interface org.apache.http.auth.AuthScheme
protected boolean isExpired()
public org.apache.http.Header authenticate(org.apache.http.auth.Credentials credentials, org.apache.http.HttpRequest request) throws org.apache.http.auth.AuthenticationException
authenticate
in interface org.apache.http.auth.AuthScheme
org.apache.http.auth.AuthenticationException
RoboSuite Java API, v11.4.7880