Class RevokeJwt_Api

java.lang.Object
org.wso2.am.integration.clients.internal.api.RevokeJwt_Api

public class RevokeJwt_Api extends Object
  • Constructor Details

    • RevokeJwt_Api

      public RevokeJwt_Api()
    • RevokeJwt_Api

      public RevokeJwt_Api(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • revokedjwtGetCall

      public com.squareup.okhttp.Call revokedjwtGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
      Build call for revokedjwtGet
      Parameters:
      progressListener - Progress listener
      progressRequestListener - Progress request listener
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • revokedjwtGet

      public RevokedEventsDTO revokedjwtGet() throws ApiException
      JTIs of revoked jwt tokens This will provide access to JTIs of revoked JWT tokens in database.
      Returns:
      RevokedEventsDTO
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • revokedjwtGetWithHttpInfo

      public ApiResponse<RevokedEventsDTO> revokedjwtGetWithHttpInfo() throws ApiException
      JTIs of revoked jwt tokens This will provide access to JTIs of revoked JWT tokens in database.
      Returns:
      ApiResponse<RevokedEventsDTO>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • revokedjwtGetAsync

      public com.squareup.okhttp.Call revokedjwtGetAsync(ApiCallback<RevokedEventsDTO> callback) throws ApiException
      JTIs of revoked jwt tokens (asynchronously) This will provide access to JTIs of revoked JWT tokens in database.
      Parameters:
      callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object