Interface AuthenticationHandler<T>

All Known Implementing Classes:
AbstractAuthenticationHandler, BasicAuthenticationHandler, BearerAuthenticationHandler

public interface AuthenticationHandler<T>
Since:
5.3
  • Method Summary

    Modifier and Type
    Method
    Description
    challenge(List<org.apache.hc.core5.http.NameValuePair> params)
     
    extractAuthToken(String challengeResponse)
     
  • Method Details

    • challenge

      String challenge(List<org.apache.hc.core5.http.NameValuePair> params)
    • extractAuthToken

      T extractAuthToken(String challengeResponse) throws org.apache.hc.core5.http.HttpException
      Throws:
      org.apache.hc.core5.http.HttpException