public class CspResourceApi extends Object
Constructor and Description |
---|
CspResourceApi() |
CspResourceApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
ApiCspArguments |
uploadCspCert(ApiCspArguments body)
Upload CA certificates, client certificates and client key for Credential Storage Provider.
|
com.squareup.okhttp.Call |
uploadCspCertAsync(ApiCspArguments body,
ApiCallback<ApiCspArguments> callback)
Upload CA certificates, client certificates and client key for Credential Storage Provider.
|
com.squareup.okhttp.Call |
uploadCspCertCall(ApiCspArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for uploadCspCert
|
ApiResponse<ApiCspArguments> |
uploadCspCertWithHttpInfo(ApiCspArguments body)
Upload CA certificates, client certificates and client key for Credential Storage Provider.
|
public CspResourceApi()
public CspResourceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call uploadCspCertCall(ApiCspArguments body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- Arguments for the CSP (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiCspArguments uploadCspCert(ApiCspArguments body) throws ApiException
body
- Arguments for the CSP (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiCspArguments> uploadCspCertWithHttpInfo(ApiCspArguments body) throws ApiException
body
- Arguments for the CSP (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call uploadCspCertAsync(ApiCspArguments body, ApiCallback<ApiCspArguments> callback) throws ApiException
body
- Arguments for the CSP (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 objectCopyright © 2022. All rights reserved.