public class KeyDerivationServiceRegistryApi
extends java.lang.Object
| Constructor and Description |
|---|
KeyDerivationServiceRegistryApi() |
KeyDerivationServiceRegistryApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
KeyDerivationInstance |
addKeyDerivationServiceInstance(KeyDerivationInstance keyDerivationInstance)
Register a new KeyDerivationServiceInstance
|
com.squareup.okhttp.Call |
addKeyDerivationServiceInstanceAsync(KeyDerivationInstance keyDerivationInstance,
ApiCallback<KeyDerivationInstance> callback)
Register a new KeyDerivationServiceInstance (asynchronously)
|
com.squareup.okhttp.Call |
addKeyDerivationServiceInstanceCall(KeyDerivationInstance keyDerivationInstance,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addKeyDerivationServiceInstance
|
ApiResponse<KeyDerivationInstance> |
addKeyDerivationServiceInstanceWithHttpInfo(KeyDerivationInstance keyDerivationInstance)
Register a new KeyDerivationServiceInstance
|
void |
deleteKeyDerivationServiceInstance(java.lang.String keyDerivationInstanceId,
java.lang.String active)
Activate or deactivate an existing KeyDerivationServiceInstance
|
com.squareup.okhttp.Call |
deleteKeyDerivationServiceInstanceAsync(java.lang.String keyDerivationInstanceId,
java.lang.String active,
ApiCallback<java.lang.Void> callback)
Activate or deactivate an existing KeyDerivationServiceInstance (asynchronously)
|
com.squareup.okhttp.Call |
deleteKeyDerivationServiceInstanceCall(java.lang.String keyDerivationInstanceId,
java.lang.String active,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteKeyDerivationServiceInstance
|
ApiResponse<java.lang.Void> |
deleteKeyDerivationServiceInstanceWithHttpInfo(java.lang.String keyDerivationInstanceId,
java.lang.String active)
Activate or deactivate an existing KeyDerivationServiceInstance
|
java.util.List<KeyDerivationInstance> |
getAllOrgKeyDerivationServiceInstances()
Get the all key derivers registerd to org
|
com.squareup.okhttp.Call |
getAllOrgKeyDerivationServiceInstancesAsync(ApiCallback<java.util.List<KeyDerivationInstance>> callback)
Get the all key derivers registerd to org (asynchronously)
|
com.squareup.okhttp.Call |
getAllOrgKeyDerivationServiceInstancesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAllOrgKeyDerivationServiceInstances
|
ApiResponse<java.util.List<KeyDerivationInstance>> |
getAllOrgKeyDerivationServiceInstancesWithHttpInfo()
Get the all key derivers registerd to org
|
java.util.List<KeyDerivationInstance> |
getAllSharedKeyDerivationServiceInstances()
Get the all key derivers that the org has access to - including shared cloud instances
|
com.squareup.okhttp.Call |
getAllSharedKeyDerivationServiceInstancesAsync(ApiCallback<java.util.List<KeyDerivationInstance>> callback)
Get the all key derivers that the org has access to - including shared cloud instances (asynchronously)
|
com.squareup.okhttp.Call |
getAllSharedKeyDerivationServiceInstancesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAllSharedKeyDerivationServiceInstances
|
ApiResponse<java.util.List<KeyDerivationInstance>> |
getAllSharedKeyDerivationServiceInstancesWithHttpInfo()
Get the all key derivers that the org has access to - including shared cloud instances
|
ApiClient |
getApiClient() |
KeyDerivationInstance |
getKeyDerivationServiceInstance(java.lang.String keyDerivationInstanceId)
Get the keyderiver details by id
|
com.squareup.okhttp.Call |
getKeyDerivationServiceInstanceAsync(java.lang.String keyDerivationInstanceId,
ApiCallback<KeyDerivationInstance> callback)
Get the keyderiver details by id (asynchronously)
|
com.squareup.okhttp.Call |
getKeyDerivationServiceInstanceCall(java.lang.String keyDerivationInstanceId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getKeyDerivationServiceInstance
|
ApiResponse<KeyDerivationInstance> |
getKeyDerivationServiceInstanceWithHttpInfo(java.lang.String keyDerivationInstanceId)
Get the keyderiver details by id
|
HeatbeatResponse |
heartbeatKeyDerivationServiceInstance(java.lang.String keyDerivationInstanceId)
Heatbeat from the given key derivation service instance
|
com.squareup.okhttp.Call |
heartbeatKeyDerivationServiceInstanceAsync(java.lang.String keyDerivationInstanceId,
ApiCallback<HeatbeatResponse> callback)
Heatbeat from the given key derivation service instance (asynchronously)
|
com.squareup.okhttp.Call |
heartbeatKeyDerivationServiceInstanceCall(java.lang.String keyDerivationInstanceId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for heartbeatKeyDerivationServiceInstance
|
ApiResponse<HeatbeatResponse> |
heartbeatKeyDerivationServiceInstanceWithHttpInfo(java.lang.String keyDerivationInstanceId)
Heatbeat from the given key derivation service instance
|
void |
setApiClient(ApiClient apiClient) |
public KeyDerivationServiceRegistryApi()
public KeyDerivationServiceRegistryApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call addKeyDerivationServiceInstanceCall(KeyDerivationInstance keyDerivationInstance, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
keyDerivationInstance - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic KeyDerivationInstance addKeyDerivationServiceInstance(KeyDerivationInstance keyDerivationInstance) throws ApiException
keyDerivationInstance - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<KeyDerivationInstance> addKeyDerivationServiceInstanceWithHttpInfo(KeyDerivationInstance keyDerivationInstance) throws ApiException
keyDerivationInstance - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call addKeyDerivationServiceInstanceAsync(KeyDerivationInstance keyDerivationInstance, ApiCallback<KeyDerivationInstance> callback) throws ApiException
keyDerivationInstance - (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 deleteKeyDerivationServiceInstanceCall(java.lang.String keyDerivationInstanceId,
java.lang.String active,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
throws ApiException
keyDerivationInstanceId - (required)active - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void deleteKeyDerivationServiceInstance(java.lang.String keyDerivationInstanceId,
java.lang.String active)
throws ApiException
keyDerivationInstanceId - (required)active - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.lang.Void> deleteKeyDerivationServiceInstanceWithHttpInfo(java.lang.String keyDerivationInstanceId, java.lang.String active) throws ApiException
keyDerivationInstanceId - (required)active - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteKeyDerivationServiceInstanceAsync(java.lang.String keyDerivationInstanceId,
java.lang.String active,
ApiCallback<java.lang.Void> callback)
throws ApiException
keyDerivationInstanceId - (required)active - (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 getAllOrgKeyDerivationServiceInstancesCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic java.util.List<KeyDerivationInstance> getAllOrgKeyDerivationServiceInstances() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.util.List<KeyDerivationInstance>> getAllOrgKeyDerivationServiceInstancesWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getAllOrgKeyDerivationServiceInstancesAsync(ApiCallback<java.util.List<KeyDerivationInstance>> 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 objectpublic com.squareup.okhttp.Call getAllSharedKeyDerivationServiceInstancesCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic java.util.List<KeyDerivationInstance> getAllSharedKeyDerivationServiceInstances() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.util.List<KeyDerivationInstance>> getAllSharedKeyDerivationServiceInstancesWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getAllSharedKeyDerivationServiceInstancesAsync(ApiCallback<java.util.List<KeyDerivationInstance>> 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 objectpublic com.squareup.okhttp.Call getKeyDerivationServiceInstanceCall(java.lang.String keyDerivationInstanceId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
throws ApiException
keyDerivationInstanceId - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic KeyDerivationInstance getKeyDerivationServiceInstance(java.lang.String keyDerivationInstanceId) throws ApiException
keyDerivationInstanceId - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<KeyDerivationInstance> getKeyDerivationServiceInstanceWithHttpInfo(java.lang.String keyDerivationInstanceId) throws ApiException
keyDerivationInstanceId - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getKeyDerivationServiceInstanceAsync(java.lang.String keyDerivationInstanceId,
ApiCallback<KeyDerivationInstance> callback)
throws ApiException
keyDerivationInstanceId - (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 heartbeatKeyDerivationServiceInstanceCall(java.lang.String keyDerivationInstanceId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
throws ApiException
keyDerivationInstanceId - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic HeatbeatResponse heartbeatKeyDerivationServiceInstance(java.lang.String keyDerivationInstanceId) throws ApiException
keyDerivationInstanceId - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<HeatbeatResponse> heartbeatKeyDerivationServiceInstanceWithHttpInfo(java.lang.String keyDerivationInstanceId) throws ApiException
keyDerivationInstanceId - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call heartbeatKeyDerivationServiceInstanceAsync(java.lang.String keyDerivationInstanceId,
ApiCallback<HeatbeatResponse> callback)
throws ApiException
keyDerivationInstanceId - (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 object