Class KeyManagerIndividualApi

java.lang.Object
org.wso2.am.integration.clients.admin.api.KeyManagerIndividualApi

public class KeyManagerIndividualApi extends Object
  • Constructor Details

    • KeyManagerIndividualApi

      public KeyManagerIndividualApi()
    • KeyManagerIndividualApi

      public KeyManagerIndividualApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • 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

      public void keyManagersKeyManagerIdDelete(String keyManagerId) throws ApiException
      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

      public KeyManagerDTO keyManagersKeyManagerIdGet(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:
      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