Class RevokeJwt_Api
java.lang.Object
org.wso2.am.integration.clients.internal.api.RevokeJwt_Api
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionJTIs of revoked jwt tokens This will provide access to JTIs of revoked JWT tokens in database.com.squareup.okhttp.CallrevokedjwtGetAsync(ApiCallback<RevokedEventsDTO> callback) JTIs of revoked jwt tokens (asynchronously) This will provide access to JTIs of revoked JWT tokens in database.com.squareup.okhttp.CallrevokedjwtGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for revokedjwtGetJTIs of revoked jwt tokens This will provide access to JTIs of revoked JWT tokens in database.voidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
RevokeJwt_Api
public RevokeJwt_Api() -
RevokeJwt_Api
-
-
Method Details
-
getApiClient
-
setApiClient
-
revokedjwtGetCall
public com.squareup.okhttp.Call revokedjwtGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException Build call for revokedjwtGet- Parameters:
progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
revokedjwtGet
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
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
-