Class RevokeJwt_Api
- java.lang.Object
-
- org.wso2.am.integration.clients.internal.api.RevokeJwt_Api
-
public class RevokeJwt_Api extends Object
-
-
Constructor Summary
Constructors Constructor Description RevokeJwt_Api()RevokeJwt_Api(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()RevokedJWTListDTOrevokedjwtGet()JTIs of revoked jwt tokens This will provide access to JTIs of revoked JWT tokens in database.com.squareup.okhttp.CallrevokedjwtGetAsync(ApiCallback<RevokedJWTListDTO> 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 revokedjwtGetApiResponse<RevokedJWTListDTO>revokedjwtGetWithHttpInfo()JTIs of revoked jwt tokens This will provide access to JTIs of revoked JWT tokens in database.voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
RevokeJwt_Api
public RevokeJwt_Api()
-
RevokeJwt_Api
public RevokeJwt_Api(ApiClient apiClient)
-
-
Method Detail
-
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 listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
revokedjwtGet
public RevokedJWTListDTO revokedjwtGet() throws ApiException
JTIs of revoked jwt tokens This will provide access to JTIs of revoked JWT tokens in database.- Returns:
- RevokedJWTListDTO
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
revokedjwtGetWithHttpInfo
public ApiResponse<RevokedJWTListDTO> revokedjwtGetWithHttpInfo() throws ApiException
JTIs of revoked jwt tokens This will provide access to JTIs of revoked JWT tokens in database.- Returns:
- ApiResponse<RevokedJWTListDTO>
- 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<RevokedJWTListDTO> 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
-
-