Class BearerAuthenticationHandler
java.lang.Object
org.apache.hc.client5.testing.auth.AbstractAuthenticationHandler
org.apache.hc.client5.testing.auth.BearerAuthenticationHandler
- All Implemented Interfaces:
AuthenticationHandler<String>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) String
decodeChallenge
(String challenge) (package private) String
Methods inherited from class org.apache.hc.client5.testing.auth.AbstractAuthenticationHandler
challenge, extractAuthToken
-
Constructor Details
-
BearerAuthenticationHandler
public BearerAuthenticationHandler()
-
-
Method Details
-
getSchemeName
String getSchemeName()- Specified by:
getSchemeName
in classAbstractAuthenticationHandler
-
decodeChallenge
- Specified by:
decodeChallenge
in classAbstractAuthenticationHandler
-