Class KeyManagersCollectionApi
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.KeyManagersCollectionApi
-
public class KeyManagersCollectionApi extends Object
-
-
Constructor Summary
Constructors Constructor Description KeyManagersCollectionApi()KeyManagersCollectionApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()KeyManagerListDTOkeyManagersGet(String xWSO2Tenant)Get All Key Managers Get all Key managersokhttp3.CallkeyManagersGetAsync(String xWSO2Tenant, ApiCallback<KeyManagerListDTO> _callback)Get All Key Managers (asynchronously) Get all Key managersokhttp3.CallkeyManagersGetCall(String xWSO2Tenant, ApiCallback _callback)Build call for keyManagersGetApiResponse<KeyManagerListDTO>keyManagersGetWithHttpInfo(String xWSO2Tenant)Get All Key Managers Get all Key managersvoidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
KeyManagersCollectionApi
public KeyManagersCollectionApi()
-
KeyManagersCollectionApi
public KeyManagersCollectionApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
keyManagersGetCall
public okhttp3.Call keyManagersGetCall(String xWSO2Tenant, ApiCallback _callback) throws ApiException
Build call for keyManagersGet- Parameters:
xWSO2Tenant- For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
keyManagersGet
public KeyManagerListDTO keyManagersGet(String xWSO2Tenant) throws ApiException
Get All Key Managers Get all Key managers- Parameters:
xWSO2Tenant- For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)- Returns:
- KeyManagerListDTO
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
keyManagersGetWithHttpInfo
public ApiResponse<KeyManagerListDTO> keyManagersGetWithHttpInfo(String xWSO2Tenant) throws ApiException
Get All Key Managers Get all Key managers- Parameters:
xWSO2Tenant- For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)- Returns:
- ApiResponse<KeyManagerListDTO>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
keyManagersGetAsync
public okhttp3.Call keyManagersGetAsync(String xWSO2Tenant, ApiCallback<KeyManagerListDTO> _callback) throws ApiException
Get All Key Managers (asynchronously) Get all Key managers- Parameters:
xWSO2Tenant- For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retrieved from. (optional)_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
-
-