public class EndpointCertificatesApi extends Object
| Constructor and Description |
|---|
EndpointCertificatesApi() |
EndpointCertificatesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
endpointCertificatesAliasContentGet(String alias)
Download a certificate.
|
com.squareup.okhttp.Call |
endpointCertificatesAliasContentGetAsync(String alias,
ApiCallback<Void> callback)
Download a certificate.
|
com.squareup.okhttp.Call |
endpointCertificatesAliasContentGetCall(String alias,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointCertificatesAliasContentGet
|
ApiResponse<Void> |
endpointCertificatesAliasContentGetWithHttpInfo(String alias)
Download a certificate.
|
void |
endpointCertificatesAliasDelete(String alias)
Delete a certificate.
|
com.squareup.okhttp.Call |
endpointCertificatesAliasDeleteAsync(String alias,
ApiCallback<Void> callback)
Delete a certificate.
|
com.squareup.okhttp.Call |
endpointCertificatesAliasDeleteCall(String alias,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointCertificatesAliasDelete
|
ApiResponse<Void> |
endpointCertificatesAliasDeleteWithHttpInfo(String alias)
Delete a certificate.
|
CertificateInfoDTO |
endpointCertificatesAliasGet(String alias)
Get the certificate information.
|
com.squareup.okhttp.Call |
endpointCertificatesAliasGetAsync(String alias,
ApiCallback<CertificateInfoDTO> callback)
Get the certificate information.
|
com.squareup.okhttp.Call |
endpointCertificatesAliasGetCall(String alias,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointCertificatesAliasGet
|
ApiResponse<CertificateInfoDTO> |
endpointCertificatesAliasGetWithHttpInfo(String alias)
Get the certificate information.
|
CertMetadataDTO |
endpointCertificatesAliasPut(File certificate,
String alias)
Update a certificate.
|
com.squareup.okhttp.Call |
endpointCertificatesAliasPutAsync(File certificate,
String alias,
ApiCallback<CertMetadataDTO> callback)
Update a certificate.
|
com.squareup.okhttp.Call |
endpointCertificatesAliasPutCall(File certificate,
String alias,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointCertificatesAliasPut
|
ApiResponse<CertMetadataDTO> |
endpointCertificatesAliasPutWithHttpInfo(File certificate,
String alias)
Update a certificate.
|
CertificatesDTO |
endpointCertificatesGet(Integer limit,
Integer offset,
String alias,
String endpoint)
Retrieve/Search uploaded certificates.
|
com.squareup.okhttp.Call |
endpointCertificatesGetAsync(Integer limit,
Integer offset,
String alias,
String endpoint,
ApiCallback<CertificatesDTO> callback)
Retrieve/Search uploaded certificates.
|
com.squareup.okhttp.Call |
endpointCertificatesGetCall(Integer limit,
Integer offset,
String alias,
String endpoint,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointCertificatesGet
|
ApiResponse<CertificatesDTO> |
endpointCertificatesGetWithHttpInfo(Integer limit,
Integer offset,
String alias,
String endpoint)
Retrieve/Search uploaded certificates.
|
CertMetadataDTO |
endpointCertificatesPost(File certificate,
String alias,
String endpoint)
Upload a new Certificate.
|
com.squareup.okhttp.Call |
endpointCertificatesPostAsync(File certificate,
String alias,
String endpoint,
ApiCallback<CertMetadataDTO> callback)
Upload a new Certificate.
|
com.squareup.okhttp.Call |
endpointCertificatesPostCall(File certificate,
String alias,
String endpoint,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointCertificatesPost
|
ApiResponse<CertMetadataDTO> |
endpointCertificatesPostWithHttpInfo(File certificate,
String alias,
String endpoint)
Upload a new Certificate.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public EndpointCertificatesApi()
public EndpointCertificatesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call endpointCertificatesAliasContentGetCall(String alias, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
alias - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void endpointCertificatesAliasContentGet(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> endpointCertificatesAliasContentGetWithHttpInfo(String alias) throws ApiException
alias - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call endpointCertificatesAliasContentGetAsync(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 com.squareup.okhttp.Call endpointCertificatesAliasDeleteCall(String alias, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
alias - The alias of the certificate that should be deleted. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void endpointCertificatesAliasDelete(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> endpointCertificatesAliasDeleteWithHttpInfo(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 com.squareup.okhttp.Call endpointCertificatesAliasDeleteAsync(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 com.squareup.okhttp.Call endpointCertificatesAliasGetCall(String alias, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
alias - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CertificateInfoDTO endpointCertificatesAliasGet(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> endpointCertificatesAliasGetWithHttpInfo(String alias) throws ApiException
alias - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call endpointCertificatesAliasGetAsync(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 com.squareup.okhttp.Call endpointCertificatesAliasPutCall(File certificate, String alias, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
certificate - The certificate that needs to be uploaded. (required)alias - Alias for the certificate (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CertMetadataDTO endpointCertificatesAliasPut(File certificate, String alias) throws ApiException
certificate - The certificate that needs to be uploaded. (required)alias - Alias for the certificate (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CertMetadataDTO> endpointCertificatesAliasPutWithHttpInfo(File certificate, String alias) throws ApiException
certificate - The certificate that needs to be uploaded. (required)alias - Alias for the certificate (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call endpointCertificatesAliasPutAsync(File certificate, String alias, ApiCallback<CertMetadataDTO> callback) throws ApiException
certificate - The certificate that needs to be uploaded. (required)alias - Alias for the certificate (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 endpointCertificatesGetCall(Integer limit, Integer offset, String alias, String endpoint, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) 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)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CertificatesDTO endpointCertificatesGet(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> endpointCertificatesGetWithHttpInfo(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 com.squareup.okhttp.Call endpointCertificatesGetAsync(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 com.squareup.okhttp.Call endpointCertificatesPostCall(File certificate, String alias, String endpoint, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) 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)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CertMetadataDTO endpointCertificatesPost(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> endpointCertificatesPostWithHttpInfo(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 com.squareup.okhttp.Call endpointCertificatesPostAsync(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 objectCopyright © 2020 WSO2 Inc. All rights reserved.