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
|
okhttp3.Call |
keyManagersKeyManagerIdDeleteAsync(String keyManagerId,
ApiCallback<Void> _callback)
Delete a Key Manager (asynchronously)
Delete a Key Manager by keyManager id
|
okhttp3.Call |
keyManagersKeyManagerIdDeleteCall(String keyManagerId,
ApiCallback _callback)
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.
|
okhttp3.Call |
keyManagersKeyManagerIdGetAsync(String keyManagerId,
ApiCallback<KeyManagerDTO> _callback)
Get a Key Manager Configuration (asynchronously)
Retrieve a single Key Manager Configuration.
|
okhttp3.Call |
keyManagersKeyManagerIdGetCall(String keyManagerId,
ApiCallback _callback)
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 keyManagerDTO)
Update a Key Manager
Update a Key Manager by keyManager id
|
okhttp3.Call |
keyManagersKeyManagerIdPutAsync(String keyManagerId,
KeyManagerDTO keyManagerDTO,
ApiCallback<KeyManagerDTO> _callback)
Update a Key Manager (asynchronously)
Update a Key Manager by keyManager id
|
okhttp3.Call |
keyManagersKeyManagerIdPutCall(String keyManagerId,
KeyManagerDTO keyManagerDTO,
ApiCallback _callback)
Build call for keyManagersKeyManagerIdPut
|
ApiResponse<KeyManagerDTO> |
keyManagersKeyManagerIdPutWithHttpInfo(String keyManagerId,
KeyManagerDTO keyManagerDTO)
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 okhttp3.Call keyManagersKeyManagerIdDeleteCall(String keyManagerId, ApiCallback _callback) throws ApiException
keyManagerId - Key Manager UUID (required)_callback - Callback for upload/download progressApiException - 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 okhttp3.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 okhttp3.Call keyManagersKeyManagerIdGetCall(String keyManagerId, ApiCallback _callback) throws ApiException
keyManagerId - Key Manager UUID (required)_callback - Callback for upload/download progressApiException - 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 okhttp3.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 okhttp3.Call keyManagersKeyManagerIdPutCall(String keyManagerId, KeyManagerDTO keyManagerDTO, ApiCallback _callback) throws ApiException
keyManagerId - Key Manager UUID (required)keyManagerDTO - Key Manager object with updated information (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic KeyManagerDTO keyManagersKeyManagerIdPut(String keyManagerId, KeyManagerDTO keyManagerDTO) throws ApiException
keyManagerId - Key Manager UUID (required)keyManagerDTO - 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 keyManagerDTO) throws ApiException
keyManagerId - Key Manager UUID (required)keyManagerDTO - Key Manager object with updated information (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call keyManagersKeyManagerIdPutAsync(String keyManagerId, KeyManagerDTO keyManagerDTO, ApiCallback<KeyManagerDTO> _callback) throws ApiException
keyManagerId - Key Manager UUID (required)keyManagerDTO - 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 © 2021 WSO2 Inc. All rights reserved.