public class EndpointCertificatesApi extends Object
| Constructor and Description |
|---|
EndpointCertificatesApi() |
EndpointCertificatesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
CertMetadataDTO |
addEndpointCertificate(File certificate,
String alias,
String endpoint)
Upload a new Certificate.
|
okhttp3.Call |
addEndpointCertificateAsync(File certificate,
String alias,
String endpoint,
ApiCallback<CertMetadataDTO> _callback)
Upload a new Certificate.
|
okhttp3.Call |
addEndpointCertificateCall(File certificate,
String alias,
String endpoint,
ApiCallback _callback)
Build call for addEndpointCertificate
|
ApiResponse<CertMetadataDTO> |
addEndpointCertificateWithHttpInfo(File certificate,
String alias,
String endpoint)
Upload a new Certificate.
|
void |
deleteEndpointCertificateByAlias(String alias)
Delete a certificate.
|
okhttp3.Call |
deleteEndpointCertificateByAliasAsync(String alias,
ApiCallback<Void> _callback)
Delete a certificate.
|
okhttp3.Call |
deleteEndpointCertificateByAliasCall(String alias,
ApiCallback _callback)
Build call for deleteEndpointCertificateByAlias
|
ApiResponse<Void> |
deleteEndpointCertificateByAliasWithHttpInfo(String alias)
Delete a certificate.
|
ApiClient |
getApiClient() |
CertificateInfoDTO |
getEndpointCertificateByAlias(String alias)
Get the Certificate Information
This operation can be used to get the information about a certificate.
|
okhttp3.Call |
getEndpointCertificateByAliasAsync(String alias,
ApiCallback<CertificateInfoDTO> _callback)
Get the Certificate Information (asynchronously)
This operation can be used to get the information about a certificate.
|
okhttp3.Call |
getEndpointCertificateByAliasCall(String alias,
ApiCallback _callback)
Build call for getEndpointCertificateByAlias
|
ApiResponse<CertificateInfoDTO> |
getEndpointCertificateByAliasWithHttpInfo(String alias)
Get the Certificate Information
This operation can be used to get the information about a certificate.
|
void |
getEndpointCertificateContentByAlias(String alias)
Download a Certificate
This operation can be used to download a certificate which matches the given alias.
|
okhttp3.Call |
getEndpointCertificateContentByAliasAsync(String alias,
ApiCallback<Void> _callback)
Download a Certificate (asynchronously)
This operation can be used to download a certificate which matches the given alias.
|
okhttp3.Call |
getEndpointCertificateContentByAliasCall(String alias,
ApiCallback _callback)
Build call for getEndpointCertificateContentByAlias
|
ApiResponse<Void> |
getEndpointCertificateContentByAliasWithHttpInfo(String alias)
Download a Certificate
This operation can be used to download a certificate which matches the given alias.
|
CertificatesDTO |
getEndpointCertificates(Integer limit,
Integer offset,
String alias,
String endpoint)
Retrieve/Search Uploaded Certificates
This operation can be used to retrieve and search the uploaded certificates.
|
okhttp3.Call |
getEndpointCertificatesAsync(Integer limit,
Integer offset,
String alias,
String endpoint,
ApiCallback<CertificatesDTO> _callback)
Retrieve/Search Uploaded Certificates (asynchronously)
This operation can be used to retrieve and search the uploaded certificates.
|
okhttp3.Call |
getEndpointCertificatesCall(Integer limit,
Integer offset,
String alias,
String endpoint,
ApiCallback _callback)
Build call for getEndpointCertificates
|
ApiResponse<CertificatesDTO> |
getEndpointCertificatesWithHttpInfo(Integer limit,
Integer offset,
String alias,
String endpoint)
Retrieve/Search Uploaded Certificates
This operation can be used to retrieve and search the uploaded certificates.
|
void |
setApiClient(ApiClient apiClient) |
CertMetadataDTO |
updateEndpointCertificateByAlias(String alias,
File certificate)
Update a certificate.
|
okhttp3.Call |
updateEndpointCertificateByAliasAsync(String alias,
File certificate,
ApiCallback<CertMetadataDTO> _callback)
Update a certificate.
|
okhttp3.Call |
updateEndpointCertificateByAliasCall(String alias,
File certificate,
ApiCallback _callback)
Build call for updateEndpointCertificateByAlias
|
ApiResponse<CertMetadataDTO> |
updateEndpointCertificateByAliasWithHttpInfo(String alias,
File certificate)
Update a certificate.
|
public EndpointCertificatesApi()
public EndpointCertificatesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call addEndpointCertificateCall(File certificate, String alias, String endpoint, ApiCallback _callback) throws ApiException
certificate - The certificate that needs to be uploaded. (required)alias - Alias for the certificate (required)endpoint - Endpoint to which the certificate should be applied. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic CertMetadataDTO addEndpointCertificate(File certificate, String alias, String endpoint) throws ApiException
certificate - The certificate that needs to be uploaded. (required)alias - Alias for the certificate (required)endpoint - Endpoint 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<CertMetadataDTO> addEndpointCertificateWithHttpInfo(File certificate, String alias, String endpoint) throws ApiException
certificate - The certificate that needs to be uploaded. (required)alias - Alias for the certificate (required)endpoint - Endpoint 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 okhttp3.Call addEndpointCertificateAsync(File certificate, String alias, String endpoint, ApiCallback<CertMetadataDTO> _callback) throws ApiException
certificate - The certificate that needs to be uploaded. (required)alias - Alias for the certificate (required)endpoint - Endpoint 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 objectpublic okhttp3.Call deleteEndpointCertificateByAliasCall(String alias, ApiCallback _callback) throws ApiException
alias - The alias of the certificate that should be deleted. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void deleteEndpointCertificateByAlias(String alias) throws ApiException
alias - The alias of the certificate that should be deleted. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> deleteEndpointCertificateByAliasWithHttpInfo(String alias) throws ApiException
alias - The alias of the certificate that should be deleted. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call deleteEndpointCertificateByAliasAsync(String alias, ApiCallback<Void> _callback) throws ApiException
alias - The alias of the certificate that should be deleted. (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 okhttp3.Call getEndpointCertificateByAliasCall(String alias, ApiCallback _callback) throws ApiException
alias - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic CertificateInfoDTO getEndpointCertificateByAlias(String alias) throws ApiException
alias - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CertificateInfoDTO> getEndpointCertificateByAliasWithHttpInfo(String alias) throws ApiException
alias - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getEndpointCertificateByAliasAsync(String alias, ApiCallback<CertificateInfoDTO> _callback) throws ApiException
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 okhttp3.Call getEndpointCertificateContentByAliasCall(String alias, ApiCallback _callback) throws ApiException
alias - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void getEndpointCertificateContentByAlias(String alias) throws ApiException
alias - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> getEndpointCertificateContentByAliasWithHttpInfo(String alias) throws ApiException
alias - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getEndpointCertificateContentByAliasAsync(String alias, ApiCallback<Void> _callback) throws ApiException
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 okhttp3.Call getEndpointCertificatesCall(Integer limit, Integer offset, String alias, String endpoint, ApiCallback _callback) throws ApiException
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 certificate (optional)endpoint - Endpoint of which the certificate is uploaded (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic CertificatesDTO getEndpointCertificates(Integer limit, Integer offset, String alias, String endpoint) throws ApiException
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 certificate (optional)endpoint - Endpoint of which the certificate is uploaded (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CertificatesDTO> getEndpointCertificatesWithHttpInfo(Integer limit, Integer offset, String alias, String endpoint) throws ApiException
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 certificate (optional)endpoint - Endpoint of which the certificate is uploaded (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getEndpointCertificatesAsync(Integer limit, Integer offset, String alias, String endpoint, ApiCallback<CertificatesDTO> _callback) throws ApiException
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 certificate (optional)endpoint - Endpoint of which the certificate is uploaded (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 okhttp3.Call updateEndpointCertificateByAliasCall(String alias, File certificate, ApiCallback _callback) throws ApiException
alias - Alias for the certificate (required)certificate - The certificate that needs to be uploaded. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic CertMetadataDTO updateEndpointCertificateByAlias(String alias, File certificate) throws ApiException
alias - Alias for the certificate (required)certificate - The certificate that needs to be uploaded. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CertMetadataDTO> updateEndpointCertificateByAliasWithHttpInfo(String alias, File certificate) throws ApiException
alias - Alias for the certificate (required)certificate - The certificate that needs to be uploaded. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateEndpointCertificateByAliasAsync(String alias, File certificate, ApiCallback<CertMetadataDTO> _callback) throws ApiException
alias - Alias for the certificate (required)certificate - The certificate that needs to be uploaded. (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.