public class DefaultApi extends Object
| Constructor and Description |
|---|
DefaultApi() |
DefaultApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<KeyManagerDTO> |
keymanagersGet(String xWSO2Tenant)
An Array of key managers configured
this will provide key managers configured
|
com.squareup.okhttp.Call |
keymanagersGetAsync(String xWSO2Tenant,
ApiCallback<List<KeyManagerDTO>> callback)
An Array of key managers configured (asynchronously)
this will provide key managers configured
|
com.squareup.okhttp.Call |
keymanagersGetCall(String xWSO2Tenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for keymanagersGet
|
ApiResponse<List<KeyManagerDTO>> |
keymanagersGetWithHttpInfo(String xWSO2Tenant)
An Array of key managers configured
this will provide key managers configured
|
List<String> |
keyTemplatesGet()
An Array of key templates according to custom policies
This will provide access to key templates define in custom policies
|
com.squareup.okhttp.Call |
keyTemplatesGetAsync(ApiCallback<List<String>> callback)
An Array of key templates according to custom policies (asynchronously)
This will provide access to key templates define in custom policies
|
com.squareup.okhttp.Call |
keyTemplatesGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for keyTemplatesGet
|
ApiResponse<List<String>> |
keyTemplatesGetWithHttpInfo()
An Array of key templates according to custom policies
This will provide access to key templates define in custom policies
|
void |
setApiClient(ApiClient apiClient) |
public DefaultApi()
public DefaultApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call keyTemplatesGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic List<String> keyTemplatesGet() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<String>> keyTemplatesGetWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call keyTemplatesGetAsync(ApiCallback<List<String>> callback) throws ApiException
callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call keymanagersGetCall(String xWSO2Tenant, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic List<KeyManagerDTO> keymanagersGet(String xWSO2Tenant) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<KeyManagerDTO>> keymanagersGetWithHttpInfo(String xWSO2Tenant) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call keymanagersGetAsync(String xWSO2Tenant, ApiCallback<List<KeyManagerDTO>> callback) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2021 WSO2 Inc. All rights reserved.