public class ClientCertificatesApi extends Object
| Constructor and Description |
|---|
ClientCertificatesApi() |
ClientCertificatesApi(ApiClient apiClient) |
public ClientCertificatesApi()
public ClientCertificatesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call apisApiIdClientCertificatesAliasContentGetCall(String apiId, String alias, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
apiId - The api identifier (required)alias - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void apisApiIdClientCertificatesAliasContentGet(String apiId, String alias) throws ApiException
apiId - The api identifier (required)alias - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> apisApiIdClientCertificatesAliasContentGetWithHttpInfo(String apiId, String alias) throws ApiException
apiId - The api identifier (required)alias - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apisApiIdClientCertificatesAliasContentGetAsync(String apiId, String alias, ApiCallback<Void> callback) throws ApiException
apiId - The api identifier (required)alias - (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 objectpublic com.squareup.okhttp.Call apisApiIdClientCertificatesAliasDeleteCall(String alias, String apiId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
alias - The alias of the certificate that should be deleted. (required)apiId - The api identifier (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void apisApiIdClientCertificatesAliasDelete(String alias, String apiId) throws ApiException
alias - The alias of the certificate that should be deleted. (required)apiId - The api identifier (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> apisApiIdClientCertificatesAliasDeleteWithHttpInfo(String alias, String apiId) throws ApiException
alias - The alias of the certificate that should be deleted. (required)apiId - The api identifier (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apisApiIdClientCertificatesAliasDeleteAsync(String alias, String apiId, ApiCallback<Void> callback) throws ApiException
alias - The alias of the certificate that should be deleted. (required)apiId - The api identifier (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 objectpublic com.squareup.okhttp.Call apisApiIdClientCertificatesAliasGetCall(String alias, String apiId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
alias - (required)apiId - The api identifier (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CertificateInfoDTO apisApiIdClientCertificatesAliasGet(String alias, String apiId) throws ApiException
alias - (required)apiId - The api identifier (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CertificateInfoDTO> apisApiIdClientCertificatesAliasGetWithHttpInfo(String alias, String apiId) throws ApiException
alias - (required)apiId - The api identifier (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apisApiIdClientCertificatesAliasGetAsync(String alias, String apiId, ApiCallback<CertificateInfoDTO> callback) throws ApiException
alias - (required)apiId - The api identifier (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 objectpublic com.squareup.okhttp.Call apisApiIdClientCertificatesAliasPutCall(String alias, String apiId, File certificate, String tier, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
alias - Alias for the certificate (required)apiId - The api identifier (required)certificate - The certificate that needs to be uploaded. (optional)tier - The tier of the certificate (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ClientCertMetadataDTO apisApiIdClientCertificatesAliasPut(String alias, String apiId, File certificate, String tier) throws ApiException
alias - Alias for the certificate (required)apiId - The api identifier (required)certificate - The certificate that needs to be uploaded. (optional)tier - The tier of the certificate (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ClientCertMetadataDTO> apisApiIdClientCertificatesAliasPutWithHttpInfo(String alias, String apiId, File certificate, String tier) throws ApiException
alias - Alias for the certificate (required)apiId - The api identifier (required)certificate - The certificate that needs to be uploaded. (optional)tier - The tier of the certificate (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apisApiIdClientCertificatesAliasPutAsync(String alias, String apiId, File certificate, String tier, ApiCallback<ClientCertMetadataDTO> callback) throws ApiException
alias - Alias for the certificate (required)apiId - The api identifier (required)certificate - The certificate that needs to be uploaded. (optional)tier - The tier of the certificate (optional)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 apisApiIdClientCertificatesGetCall(String apiId, Integer limit, Integer offset, String alias, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
apiId - UUID of the API (required)limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)alias - Alias for the client certificate (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ClientCertificatesDTO apisApiIdClientCertificatesGet(String apiId, Integer limit, Integer offset, String alias) throws ApiException
apiId - UUID of the API (required)limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)alias - Alias for the client certificate (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ClientCertificatesDTO> apisApiIdClientCertificatesGetWithHttpInfo(String apiId, Integer limit, Integer offset, String alias) throws ApiException
apiId - UUID of the API (required)limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)alias - Alias for the client certificate (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apisApiIdClientCertificatesGetAsync(String apiId, Integer limit, Integer offset, String alias, ApiCallback<ClientCertificatesDTO> callback) throws ApiException
apiId - UUID of the API (required)limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)alias - Alias for the client certificate (optional)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 apisApiIdClientCertificatesPostCall(File certificate, String alias, String apiId, String tier, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
certificate - The certificate that needs to be uploaded. (required)alias - Alias for the certificate (required)apiId - apiId to which the certificate should be applied. (required)tier - apiId to which the certificate should be applied. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ClientCertMetadataDTO apisApiIdClientCertificatesPost(File certificate, String alias, String apiId, String tier) throws ApiException
certificate - The certificate that needs to be uploaded. (required)alias - Alias for the certificate (required)apiId - apiId to which the certificate should be applied. (required)tier - apiId to which the certificate should be applied. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ClientCertMetadataDTO> apisApiIdClientCertificatesPostWithHttpInfo(File certificate, String alias, String apiId, String tier) throws ApiException
certificate - The certificate that needs to be uploaded. (required)alias - Alias for the certificate (required)apiId - apiId to which the certificate should be applied. (required)tier - apiId to which the certificate should be applied. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apisApiIdClientCertificatesPostAsync(File certificate, String alias, String apiId, String tier, ApiCallback<ClientCertMetadataDTO> callback) throws ApiException
certificate - The certificate that needs to be uploaded. (required)alias - Alias for the certificate (required)apiId - apiId to which the certificate should be applied. (required)tier - apiId to which the certificate should be applied. (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 © 2020 WSO2 Inc. All rights reserved.