Class DefaultApi
java.lang.Object
org.wso2.am.integration.clients.internal.api.DefaultApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionkeymanagersGet(String xWSO2Tenant) An Array of key managers configured this will provide key managers configuredcom.squareup.okhttp.CallkeymanagersGetAsync(String xWSO2Tenant, ApiCallback<List<KeyManagerDTO>> callback) An Array of key managers configured (asynchronously) this will provide key managers configuredcom.squareup.okhttp.CallkeymanagersGetCall(String xWSO2Tenant, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for keymanagersGetkeymanagersGetWithHttpInfo(String xWSO2Tenant) An Array of key managers configured this will provide key managers configuredAn Array of key templates according to custom policies This will provide access to key templates define in custom policiescom.squareup.okhttp.CallkeyTemplatesGetAsync(ApiCallback<List<String>> callback) An Array of key templates according to custom policies (asynchronously) This will provide access to key templates define in custom policiescom.squareup.okhttp.CallkeyTemplatesGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for keyTemplatesGetAn Array of key templates according to custom policies This will provide access to key templates define in custom policiesvoidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
DefaultApi
public DefaultApi() -
DefaultApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
keyTemplatesGetCall
public com.squareup.okhttp.Call keyTemplatesGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException Build call for keyTemplatesGet- Parameters:
progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
keyTemplatesGet
An Array of key templates according to custom policies This will provide access to key templates define in custom policies- Returns:
- List<String>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
keyTemplatesGetWithHttpInfo
An Array of key templates according to custom policies This will provide access to key templates define in custom policies- Returns:
- ApiResponse<List<String>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
keyTemplatesGetAsync
public com.squareup.okhttp.Call keyTemplatesGetAsync(ApiCallback<List<String>> callback) throws ApiException An Array of key templates according to custom policies (asynchronously) This will provide access to key templates define in custom policies- 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
-
keymanagersGetCall
public com.squareup.okhttp.Call keymanagersGetCall(String xWSO2Tenant, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException Build call for keymanagersGet- Parameters:
xWSO2Tenant- This is used to specify the tenant domain, where the resource need to be retrieved from. (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
keymanagersGet
An Array of key managers configured this will provide key managers configured- Parameters:
xWSO2Tenant- This is used to specify the tenant domain, where the resource need to be retrieved from. (required)- Returns:
- List<KeyManagerDTO>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
keymanagersGetWithHttpInfo
public ApiResponse<List<KeyManagerDTO>> keymanagersGetWithHttpInfo(String xWSO2Tenant) throws ApiException An Array of key managers configured this will provide key managers configured- Parameters:
xWSO2Tenant- This is used to specify the tenant domain, where the resource need to be retrieved from. (required)- Returns:
- ApiResponse<List<KeyManagerDTO>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
keymanagersGetAsync
public com.squareup.okhttp.Call keymanagersGetAsync(String xWSO2Tenant, ApiCallback<List<KeyManagerDTO>> callback) throws ApiException An Array of key managers configured (asynchronously) this will provide key managers configured- Parameters:
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 finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-