Class KeyManagersCollectionApi


  • public class KeyManagersCollectionApi
    extends Object
    • 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