Class KeyManagerIndividualApi
java.lang.Object
org.wso2.am.integration.clients.admin.api.KeyManagerIndividualApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidkeyManagersKeyManagerIdDelete(String keyManagerId) Delete a Key Manager Delete a Key Manager by keyManager idokhttp3.CallkeyManagersKeyManagerIdDeleteAsync(String keyManagerId, ApiCallback<Void> _callback) Delete a Key Manager (asynchronously) Delete a Key Manager by keyManager idokhttp3.CallkeyManagersKeyManagerIdDeleteCall(String keyManagerId, ApiCallback _callback) Build call for keyManagersKeyManagerIdDeletekeyManagersKeyManagerIdDeleteWithHttpInfo(String keyManagerId) Delete a Key Manager Delete a Key Manager by keyManager idkeyManagersKeyManagerIdGet(String keyManagerId) Get a Key Manager Configuration Retrieve a single Key Manager Configuration.okhttp3.CallkeyManagersKeyManagerIdGetAsync(String keyManagerId, ApiCallback<KeyManagerDTO> _callback) Get a Key Manager Configuration (asynchronously) Retrieve a single Key Manager Configuration.okhttp3.CallkeyManagersKeyManagerIdGetCall(String keyManagerId, ApiCallback _callback) Build call for keyManagersKeyManagerIdGetkeyManagersKeyManagerIdGetWithHttpInfo(String keyManagerId) Get a Key Manager Configuration Retrieve a single Key Manager Configuration.keyManagersKeyManagerIdPut(String keyManagerId, KeyManagerDTO keyManagerDTO) Update a Key Manager Update a Key Manager by keyManager idokhttp3.CallkeyManagersKeyManagerIdPutAsync(String keyManagerId, KeyManagerDTO keyManagerDTO, ApiCallback<KeyManagerDTO> _callback) Update a Key Manager (asynchronously) Update a Key Manager by keyManager idokhttp3.CallkeyManagersKeyManagerIdPutCall(String keyManagerId, KeyManagerDTO keyManagerDTO, ApiCallback _callback) Build call for keyManagersKeyManagerIdPutkeyManagersKeyManagerIdPutWithHttpInfo(String keyManagerId, KeyManagerDTO keyManagerDTO) Update a Key Manager Update a Key Manager by keyManager idvoidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
KeyManagerIndividualApi
public KeyManagerIndividualApi() -
KeyManagerIndividualApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
keyManagersKeyManagerIdDeleteCall
public okhttp3.Call keyManagersKeyManagerIdDeleteCall(String keyManagerId, ApiCallback _callback) throws ApiException Build call for keyManagersKeyManagerIdDelete- Parameters:
keyManagerId- Key Manager UUID (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
keyManagersKeyManagerIdDelete
Delete a Key Manager Delete a Key Manager by keyManager id- Parameters:
keyManagerId- Key Manager UUID (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
keyManagersKeyManagerIdDeleteWithHttpInfo
public ApiResponse<Void> keyManagersKeyManagerIdDeleteWithHttpInfo(String keyManagerId) throws ApiException Delete a Key Manager Delete a Key Manager by keyManager id- Parameters:
keyManagerId- Key Manager UUID (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
keyManagersKeyManagerIdDeleteAsync
public okhttp3.Call keyManagersKeyManagerIdDeleteAsync(String keyManagerId, ApiCallback<Void> _callback) throws ApiException Delete a Key Manager (asynchronously) Delete a Key Manager by keyManager id- Parameters:
keyManagerId- Key Manager UUID (required)_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
-
keyManagersKeyManagerIdGetCall
public okhttp3.Call keyManagersKeyManagerIdGetCall(String keyManagerId, ApiCallback _callback) throws ApiException Build call for keyManagersKeyManagerIdGet- Parameters:
keyManagerId- Key Manager UUID (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
keyManagersKeyManagerIdGet
Get a Key Manager Configuration Retrieve a single Key Manager Configuration. We should provide the Id of the KeyManager as a path parameter.- Parameters:
keyManagerId- Key Manager UUID (required)- Returns:
- KeyManagerDTO
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
keyManagersKeyManagerIdGetWithHttpInfo
public ApiResponse<KeyManagerDTO> keyManagersKeyManagerIdGetWithHttpInfo(String keyManagerId) throws ApiException Get a Key Manager Configuration Retrieve a single Key Manager Configuration. We should provide the Id of the KeyManager as a path parameter.- Parameters:
keyManagerId- Key Manager UUID (required)- Returns:
- ApiResponse<KeyManagerDTO>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
keyManagersKeyManagerIdGetAsync
public okhttp3.Call keyManagersKeyManagerIdGetAsync(String keyManagerId, ApiCallback<KeyManagerDTO> _callback) throws ApiException Get a Key Manager Configuration (asynchronously) Retrieve a single Key Manager Configuration. We should provide the Id of the KeyManager as a path parameter.- Parameters:
keyManagerId- Key Manager UUID (required)_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
-
keyManagersKeyManagerIdPutCall
public okhttp3.Call keyManagersKeyManagerIdPutCall(String keyManagerId, KeyManagerDTO keyManagerDTO, ApiCallback _callback) throws ApiException Build call for keyManagersKeyManagerIdPut- Parameters:
keyManagerId- Key Manager UUID (required)keyManagerDTO- Key Manager object with updated information (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
keyManagersKeyManagerIdPut
public KeyManagerDTO keyManagersKeyManagerIdPut(String keyManagerId, KeyManagerDTO keyManagerDTO) throws ApiException Update a Key Manager Update a Key Manager by keyManager id- Parameters:
keyManagerId- Key Manager UUID (required)keyManagerDTO- Key Manager object with updated information (required)- Returns:
- KeyManagerDTO
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
keyManagersKeyManagerIdPutWithHttpInfo
public ApiResponse<KeyManagerDTO> keyManagersKeyManagerIdPutWithHttpInfo(String keyManagerId, KeyManagerDTO keyManagerDTO) throws ApiException Update a Key Manager Update a Key Manager by keyManager id- Parameters:
keyManagerId- Key Manager UUID (required)keyManagerDTO- Key Manager object with updated information (required)- Returns:
- ApiResponse<KeyManagerDTO>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
keyManagersKeyManagerIdPutAsync
public okhttp3.Call keyManagersKeyManagerIdPutAsync(String keyManagerId, KeyManagerDTO keyManagerDTO, ApiCallback<KeyManagerDTO> _callback) throws ApiException Update a Key Manager (asynchronously) Update a Key Manager by keyManager id- Parameters:
keyManagerId- Key Manager UUID (required)keyManagerDTO- Key Manager object with updated information (required)_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
-