public class KeyManagerIndividualApi extends Object
| Constructor and Description |
|---|
KeyManagerIndividualApi() |
KeyManagerIndividualApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
keyManagersKeyManagerIdDelete(String keyManagerId)
Delete a Key Manager
Delete a Key Manager by keyManager id
|
com.squareup.okhttp.Call |
keyManagersKeyManagerIdDeleteAsync(String keyManagerId,
ApiCallback<Void> callback)
Delete a Key Manager (asynchronously)
Delete a Key Manager by keyManager id
|
com.squareup.okhttp.Call |
keyManagersKeyManagerIdDeleteCall(String keyManagerId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for keyManagersKeyManagerIdDelete
|
ApiResponse<Void> |
keyManagersKeyManagerIdDeleteWithHttpInfo(String keyManagerId)
Delete a Key Manager
Delete a Key Manager by keyManager id
|
KeyManagerDTO |
keyManagersKeyManagerIdGet(String keyManagerId)
Get a Key Manager Configuration
Retrieve a single Key Manager Configuration.
|
com.squareup.okhttp.Call |
keyManagersKeyManagerIdGetAsync(String keyManagerId,
ApiCallback<KeyManagerDTO> callback)
Get a Key Manager Configuration (asynchronously)
Retrieve a single Key Manager Configuration.
|
com.squareup.okhttp.Call |
keyManagersKeyManagerIdGetCall(String keyManagerId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for keyManagersKeyManagerIdGet
|
ApiResponse<KeyManagerDTO> |
keyManagersKeyManagerIdGetWithHttpInfo(String keyManagerId)
Get a Key Manager Configuration
Retrieve a single Key Manager Configuration.
|
KeyManagerDTO |
keyManagersKeyManagerIdPut(String keyManagerId,
KeyManagerDTO body)
Update a Key Manager
Update a Key Manager by keyManager id
|
com.squareup.okhttp.Call |
keyManagersKeyManagerIdPutAsync(String keyManagerId,
KeyManagerDTO body,
ApiCallback<KeyManagerDTO> callback)
Update a Key Manager (asynchronously)
Update a Key Manager by keyManager id
|
com.squareup.okhttp.Call |
keyManagersKeyManagerIdPutCall(String keyManagerId,
KeyManagerDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for keyManagersKeyManagerIdPut
|
ApiResponse<KeyManagerDTO> |
keyManagersKeyManagerIdPutWithHttpInfo(String keyManagerId,
KeyManagerDTO body)
Update a Key Manager
Update a Key Manager by keyManager id
|
void |
setApiClient(ApiClient apiClient) |
public KeyManagerIndividualApi()
public KeyManagerIndividualApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call keyManagersKeyManagerIdDeleteCall(String keyManagerId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
keyManagerId - Key Manager UUID (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void keyManagersKeyManagerIdDelete(String keyManagerId) throws ApiException
keyManagerId - Key Manager UUID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> keyManagersKeyManagerIdDeleteWithHttpInfo(String keyManagerId) throws ApiException
keyManagerId - Key Manager UUID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call keyManagersKeyManagerIdDeleteAsync(String keyManagerId, ApiCallback<Void> callback) throws ApiException
keyManagerId - Key Manager UUID (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call keyManagersKeyManagerIdGetCall(String keyManagerId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
keyManagerId - Key Manager UUID (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic KeyManagerDTO keyManagersKeyManagerIdGet(String keyManagerId) throws ApiException
keyManagerId - Key Manager UUID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<KeyManagerDTO> keyManagersKeyManagerIdGetWithHttpInfo(String keyManagerId) throws ApiException
keyManagerId - Key Manager UUID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call keyManagersKeyManagerIdGetAsync(String keyManagerId, ApiCallback<KeyManagerDTO> callback) throws ApiException
keyManagerId - Key Manager UUID (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call keyManagersKeyManagerIdPutCall(String keyManagerId, KeyManagerDTO body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
keyManagerId - Key Manager UUID (required)body - Key Manager object with updated information (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic KeyManagerDTO keyManagersKeyManagerIdPut(String keyManagerId, KeyManagerDTO body) throws ApiException
keyManagerId - Key Manager UUID (required)body - Key Manager object with updated information (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<KeyManagerDTO> keyManagersKeyManagerIdPutWithHttpInfo(String keyManagerId, KeyManagerDTO body) throws ApiException
keyManagerId - Key Manager UUID (required)body - Key Manager object with updated information (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call keyManagersKeyManagerIdPutAsync(String keyManagerId, KeyManagerDTO body, ApiCallback<KeyManagerDTO> callback) throws ApiException
keyManagerId - Key Manager UUID (required)body - Key Manager object with updated information (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2020 WSO2 Inc. All rights reserved.