Class TokenResponseHttpClientResponseHandler

java.lang.Object
io.camunda.tasklist.auth.TokenResponseHttpClientResponseHandler
All Implemented Interfaces:
org.apache.hc.core5.http.io.HttpClientResponseHandler<TokenResponse>

public class TokenResponseHttpClientResponseHandler extends Object implements org.apache.hc.core5.http.io.HttpClientResponseHandler<TokenResponse>
  • Constructor Details

    • TokenResponseHttpClientResponseHandler

      public TokenResponseHttpClientResponseHandler(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ErrorCodeHandler errorCodeHandler)
    • TokenResponseHttpClientResponseHandler

      public TokenResponseHttpClientResponseHandler(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details

    • handleResponse

      public TokenResponse handleResponse(org.apache.hc.core5.http.ClassicHttpResponse response) throws IOException
      Specified by:
      handleResponse in interface org.apache.hc.core5.http.io.HttpClientResponseHandler<TokenResponse>
      Throws:
      IOException