public final class BearerAuthenticatorStrategy extends Object implements AuthenticatorStrategy
| Constructor and Description |
|---|
BearerAuthenticatorStrategy() |
| Modifier and Type | Method and Description |
|---|---|
AuthScheme |
afterSuccessfulAuthentication(AuthScheme scheme,
Headers headers) |
AuthScheme |
afterSuccessfulProxyAuthentication(AuthScheme scheme,
Headers headers) |
HTTPRequest |
prepare(HTTPRequest request,
AuthScheme scheme) |
HTTPRequest |
prepareWithProxy(HTTPRequest request,
Challenge challenge,
AuthScheme scheme) |
boolean |
supports(AuthScheme scheme) |
public boolean supports(AuthScheme scheme)
supports in interface AuthenticatorStrategypublic HTTPRequest prepare(HTTPRequest request, AuthScheme scheme)
prepare in interface AuthenticatorStrategypublic HTTPRequest prepareWithProxy(HTTPRequest request, Challenge challenge, AuthScheme scheme)
prepareWithProxy in interface AuthenticatorStrategypublic AuthScheme afterSuccessfulAuthentication(AuthScheme scheme, Headers headers)
afterSuccessfulAuthentication in interface AuthenticatorStrategypublic AuthScheme afterSuccessfulProxyAuthentication(AuthScheme scheme, Headers headers)
afterSuccessfulProxyAuthentication in interface AuthenticatorStrategyCopyright © 2008–2017. All rights reserved.