public class BearerScheme
extends org.apache.http.impl.auth.RFC2617Scheme
Constructor and Description |
---|
BearerScheme() |
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() |
getParameter, getParameters, getRealm, parseChallenge
public String getSchemeName()
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.AuthenticationException
Copyright © 2013. All rights reserved.