Class BasicAuthenticationHandler
java.lang.Object
org.apache.hc.client5.testing.auth.AbstractAuthenticationHandler
org.apache.hc.client5.testing.auth.BasicAuthenticationHandler
- All Implemented Interfaces:
AuthenticationHandler<String>
-
Field Summary
Fields -
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
-
Field Details
-
charset
-
-
Constructor Details
-
BasicAuthenticationHandler
- Since:
- 5.3
-
BasicAuthenticationHandler
Deprecated.
-
-
Method Details
-
getSchemeName
String getSchemeName()- Specified by:
getSchemeName
in classAbstractAuthenticationHandler
-
decodeChallenge
- Specified by:
decodeChallenge
in classAbstractAuthenticationHandler
- Throws:
IllegalArgumentException
-
BasicAuthenticationHandler(Charset)