public class BearerAuthenticationHandler extends Object
Constructor and Description |
---|
BearerAuthenticationHandler() |
Modifier and Type | Method and Description |
---|---|
String |
challenge(List<org.apache.hc.core5.http.NameValuePair> params) |
String |
extractAuthToken(String challengeResponse) |
public final String challenge(List<org.apache.hc.core5.http.NameValuePair> params)
challenge
in interface AuthenticationHandler<String>
public final String extractAuthToken(String challengeResponse) throws org.apache.hc.core5.http.HttpException
extractAuthToken
in interface AuthenticationHandler<String>
org.apache.hc.core5.http.HttpException
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.