Class KeyManagersCollectionApi
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.KeyManagersCollectionApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet All Key Managers Get all Key managersokhttp3.CallgetAllKeyManagersAsync(ApiCallback<KeyManagerListDTO> _callback) Get All Key Managers (asynchronously) Get all Key managersokhttp3.CallgetAllKeyManagersCall(ApiCallback _callback) Build call for getAllKeyManagersGet All Key Managers Get all Key managersvoidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
KeyManagersCollectionApi
public KeyManagersCollectionApi() -
KeyManagersCollectionApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getAllKeyManagersCall
Build call for getAllKeyManagers- Parameters:
_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getAllKeyManagers
Get All Key Managers Get all Key managers- Returns:
- KeyManagerListDTO
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAllKeyManagersWithHttpInfo
Get All Key Managers Get all Key managers- Returns:
- ApiResponse<KeyManagerListDTO>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAllKeyManagersAsync
public okhttp3.Call getAllKeyManagersAsync(ApiCallback<KeyManagerListDTO> _callback) throws ApiException Get All Key Managers (asynchronously) Get all Key managers- 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
-