Interface AuthenticationHandler<T>
-
- All Known Implementing Classes:
AbstractAuthenticationHandler
,BasicAuthenticationHandler
,BearerAuthenticationHandler
public interface AuthenticationHandler<T>
- Since:
- 5.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
challenge(java.util.List<org.apache.hc.core5.http.NameValuePair> params)
T
extractAuthToken(java.lang.String challengeResponse)
-
-
-
Method Detail
-
challenge
java.lang.String challenge(java.util.List<org.apache.hc.core5.http.NameValuePair> params)
-
extractAuthToken
T extractAuthToken(java.lang.String challengeResponse) throws org.apache.hc.core5.http.HttpException
- Throws:
org.apache.hc.core5.http.HttpException
-
-