public class CertManagerResourceApi extends Object
| Constructor and Description |
|---|
CertManagerResourceApi() |
CertManagerResourceApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateCertificate(ApiCertificateRequest body)
Exchange a cert request token for a certificate.
|
com.squareup.okhttp.Call |
generateCertificateAsync(ApiCertificateRequest body,
ApiCallback<Void> callback)
Exchange a cert request token for a certificate.
|
com.squareup.okhttp.Call |
generateCertificateCall(ApiCertificateRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for generateCertificate
|
ApiResponse<Void> |
generateCertificateWithHttpInfo(ApiCertificateRequest body)
Exchange a cert request token for a certificate.
|
ApiClient |
getApiClient() |
File |
getTruststore(String type)
Gets the Auto-TLS truststore contents.
|
com.squareup.okhttp.Call |
getTruststoreAsync(String type,
ApiCallback<File> callback)
Gets the Auto-TLS truststore contents.
|
com.squareup.okhttp.Call |
getTruststoreCall(String type,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTruststore
|
String |
getTruststorePassword()
Gets the configured CM truststore password.
|
com.squareup.okhttp.Call |
getTruststorePasswordAsync(ApiCallback<String> callback)
Gets the configured CM truststore password.
|
com.squareup.okhttp.Call |
getTruststorePasswordCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTruststorePassword
|
ApiResponse<String> |
getTruststorePasswordWithHttpInfo()
Gets the configured CM truststore password.
|
ApiResponse<File> |
getTruststoreWithHttpInfo(String type)
Gets the Auto-TLS truststore contents.
|
void |
setApiClient(ApiClient apiClient) |
public CertManagerResourceApi()
public CertManagerResourceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call generateCertificateCall(ApiCertificateRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void generateCertificate(ApiCertificateRequest body) throws ApiException
body - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> generateCertificateWithHttpInfo(ApiCertificateRequest body) throws ApiException
body - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call generateCertificateAsync(ApiCertificateRequest body, ApiCallback<Void> callback) throws ApiException
body - (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 getTruststoreCall(String type, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
type - truststore type. Must be \"JKS\" or \"PEM\". (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic File getTruststore(String type) throws ApiException
type - truststore type. Must be \"JKS\" or \"PEM\". (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> getTruststoreWithHttpInfo(String type) throws ApiException
type - truststore type. Must be \"JKS\" or \"PEM\". (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getTruststoreAsync(String type, ApiCallback<File> callback) throws ApiException
type - truststore type. Must be \"JKS\" or \"PEM\". (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 getTruststorePasswordCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String getTruststorePassword() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> getTruststorePasswordWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getTruststorePasswordAsync(ApiCallback<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 objectCopyright © 2020. All rights reserved.