public class ApplicationKeysApi extends Object
| Constructor and Description |
|---|
ApplicationKeysApi() |
ApplicationKeysApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationKeyDTO |
applicationsApplicationIdGenerateKeysPost(String applicationId,
ApplicationKeyGenerateRequestDTO body)
Generate application keys
Generate keys (Consumer key/secret) for application
|
com.squareup.okhttp.Call |
applicationsApplicationIdGenerateKeysPostAsync(String applicationId,
ApplicationKeyGenerateRequestDTO body,
ApiCallback<ApplicationKeyDTO> callback)
Generate application keys (asynchronously)
Generate keys (Consumer key/secret) for application
|
com.squareup.okhttp.Call |
applicationsApplicationIdGenerateKeysPostCall(String applicationId,
ApplicationKeyGenerateRequestDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdGenerateKeysPost
|
ApiResponse<ApplicationKeyDTO> |
applicationsApplicationIdGenerateKeysPostWithHttpInfo(String applicationId,
ApplicationKeyGenerateRequestDTO body)
Generate application keys
Generate keys (Consumer key/secret) for application
|
ApplicationKeyListDTO |
applicationsApplicationIdKeysGet(String applicationId)
Retrieve all application keys
Retrieve keys (Consumer key/secret) of application
|
com.squareup.okhttp.Call |
applicationsApplicationIdKeysGetAsync(String applicationId,
ApiCallback<ApplicationKeyListDTO> callback)
Retrieve all application keys (asynchronously)
Retrieve keys (Consumer key/secret) of application
|
com.squareup.okhttp.Call |
applicationsApplicationIdKeysGetCall(String applicationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdKeysGet
|
ApiResponse<ApplicationKeyListDTO> |
applicationsApplicationIdKeysGetWithHttpInfo(String applicationId)
Retrieve all application keys
Retrieve keys (Consumer key/secret) of application
|
void |
applicationsApplicationIdKeysKeyTypeCleanUpPost(String applicationId,
String keyType,
String ifMatch)
Clean up application keys
Clean up keys after failed key generation of an application
|
com.squareup.okhttp.Call |
applicationsApplicationIdKeysKeyTypeCleanUpPostAsync(String applicationId,
String keyType,
String ifMatch,
ApiCallback<Void> callback)
Clean up application keys (asynchronously)
Clean up keys after failed key generation of an application
|
com.squareup.okhttp.Call |
applicationsApplicationIdKeysKeyTypeCleanUpPostCall(String applicationId,
String keyType,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdKeysKeyTypeCleanUpPost
|
ApiResponse<Void> |
applicationsApplicationIdKeysKeyTypeCleanUpPostWithHttpInfo(String applicationId,
String keyType,
String ifMatch)
Clean up application keys
Clean up keys after failed key generation of an application
|
ApplicationKeyDTO |
applicationsApplicationIdKeysKeyTypeGet(String applicationId,
String keyType,
String groupId)
Get key details of a given type
This operation can be used to retrieve key details of an individual application specifying the key type in the URI.
|
com.squareup.okhttp.Call |
applicationsApplicationIdKeysKeyTypeGetAsync(String applicationId,
String keyType,
String groupId,
ApiCallback<ApplicationKeyDTO> callback)
Get key details of a given type (asynchronously)
This operation can be used to retrieve key details of an individual application specifying the key type in the URI.
|
com.squareup.okhttp.Call |
applicationsApplicationIdKeysKeyTypeGetCall(String applicationId,
String keyType,
String groupId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdKeysKeyTypeGet
|
ApiResponse<ApplicationKeyDTO> |
applicationsApplicationIdKeysKeyTypeGetWithHttpInfo(String applicationId,
String keyType,
String groupId)
Get key details of a given type
This operation can be used to retrieve key details of an individual application specifying the key type in the URI.
|
ApplicationKeyDTO |
applicationsApplicationIdKeysKeyTypePut(String applicationId,
String keyType,
ApplicationKeyDTO body)
Update grant types and callback url of an application
This operation can be used to update grant types and callback url of an application.
|
com.squareup.okhttp.Call |
applicationsApplicationIdKeysKeyTypePutAsync(String applicationId,
String keyType,
ApplicationKeyDTO body,
ApiCallback<ApplicationKeyDTO> callback)
Update grant types and callback url of an application (asynchronously)
This operation can be used to update grant types and callback url of an application.
|
com.squareup.okhttp.Call |
applicationsApplicationIdKeysKeyTypePutCall(String applicationId,
String keyType,
ApplicationKeyDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdKeysKeyTypePut
|
ApiResponse<ApplicationKeyDTO> |
applicationsApplicationIdKeysKeyTypePutWithHttpInfo(String applicationId,
String keyType,
ApplicationKeyDTO body)
Update grant types and callback url of an application
This operation can be used to update grant types and callback url of an application.
|
ApplicationKeyReGenerateResponseDTO |
applicationsApplicationIdKeysKeyTypeRegenerateSecretPost(String applicationId,
String keyType)
Re-generate consumer secret
This operation can be used to re generate consumer secret for an application for the give key type
|
com.squareup.okhttp.Call |
applicationsApplicationIdKeysKeyTypeRegenerateSecretPostAsync(String applicationId,
String keyType,
ApiCallback<ApplicationKeyReGenerateResponseDTO> callback)
Re-generate consumer secret (asynchronously)
This operation can be used to re generate consumer secret for an application for the give key type
|
com.squareup.okhttp.Call |
applicationsApplicationIdKeysKeyTypeRegenerateSecretPostCall(String applicationId,
String keyType,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdKeysKeyTypeRegenerateSecretPost
|
ApiResponse<ApplicationKeyReGenerateResponseDTO> |
applicationsApplicationIdKeysKeyTypeRegenerateSecretPostWithHttpInfo(String applicationId,
String keyType)
Re-generate consumer secret
This operation can be used to re generate consumer secret for an application for the give key type
|
ApplicationKeyDTO |
applicationsApplicationIdMapKeysPost(String applicationId,
ApplicationKeyMappingRequestDTO body)
Map application keys
Map keys (Consumer key/secret) to an application
|
com.squareup.okhttp.Call |
applicationsApplicationIdMapKeysPostAsync(String applicationId,
ApplicationKeyMappingRequestDTO body,
ApiCallback<ApplicationKeyDTO> callback)
Map application keys (asynchronously)
Map keys (Consumer key/secret) to an application
|
com.squareup.okhttp.Call |
applicationsApplicationIdMapKeysPostCall(String applicationId,
ApplicationKeyMappingRequestDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdMapKeysPost
|
ApiResponse<ApplicationKeyDTO> |
applicationsApplicationIdMapKeysPostWithHttpInfo(String applicationId,
ApplicationKeyMappingRequestDTO body)
Map application keys
Map keys (Consumer key/secret) to an application
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public ApplicationKeysApi()
public ApplicationKeysApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call applicationsApplicationIdGenerateKeysPostCall(String applicationId, ApplicationKeyGenerateRequestDTO body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)body - Application key generation request object (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ApplicationKeyDTO applicationsApplicationIdGenerateKeysPost(String applicationId, ApplicationKeyGenerateRequestDTO body) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)body - Application key generation request object (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationKeyDTO> applicationsApplicationIdGenerateKeysPostWithHttpInfo(String applicationId, ApplicationKeyGenerateRequestDTO body) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)body - Application key generation request object (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call applicationsApplicationIdGenerateKeysPostAsync(String applicationId, ApplicationKeyGenerateRequestDTO body, ApiCallback<ApplicationKeyDTO> callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)body - Application key generation request object (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 applicationsApplicationIdKeysGetCall(String applicationId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ApplicationKeyListDTO applicationsApplicationIdKeysGet(String applicationId) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationKeyListDTO> applicationsApplicationIdKeysGetWithHttpInfo(String applicationId) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call applicationsApplicationIdKeysGetAsync(String applicationId, ApiCallback<ApplicationKeyListDTO> callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (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 applicationsApplicationIdKeysKeyTypeCleanUpPostCall(String applicationId, String keyType, String ifMatch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyType - **Application Key Type** standing for the type of the keys (i.e. Production or Sandbox). (required)ifMatch - Validator for conditional requests; based on ETag. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void applicationsApplicationIdKeysKeyTypeCleanUpPost(String applicationId, String keyType, String ifMatch) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyType - **Application Key Type** standing for the type of the keys (i.e. Production or Sandbox). (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> applicationsApplicationIdKeysKeyTypeCleanUpPostWithHttpInfo(String applicationId, String keyType, String ifMatch) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyType - **Application Key Type** standing for the type of the keys (i.e. Production or Sandbox). (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call applicationsApplicationIdKeysKeyTypeCleanUpPostAsync(String applicationId, String keyType, String ifMatch, ApiCallback<Void> callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyType - **Application Key Type** standing for the type of the keys (i.e. Production or Sandbox). (required)ifMatch - Validator for conditional requests; based on ETag. (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 applicationsApplicationIdKeysKeyTypeGetCall(String applicationId, String keyType, String groupId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyType - **Application Key Type** standing for the type of the keys (i.e. Production or Sandbox). (required)groupId - Application Group Id (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ApplicationKeyDTO applicationsApplicationIdKeysKeyTypeGet(String applicationId, String keyType, String groupId) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyType - **Application Key Type** standing for the type of the keys (i.e. Production or Sandbox). (required)groupId - Application Group Id (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationKeyDTO> applicationsApplicationIdKeysKeyTypeGetWithHttpInfo(String applicationId, String keyType, String groupId) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyType - **Application Key Type** standing for the type of the keys (i.e. Production or Sandbox). (required)groupId - Application Group Id (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call applicationsApplicationIdKeysKeyTypeGetAsync(String applicationId, String keyType, String groupId, ApiCallback<ApplicationKeyDTO> callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyType - **Application Key Type** standing for the type of the keys (i.e. Production or Sandbox). (required)groupId - Application Group Id (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 applicationsApplicationIdKeysKeyTypePutCall(String applicationId, String keyType, ApplicationKeyDTO body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyType - **Application Key Type** standing for the type of the keys (i.e. Production or Sandbox). (required)body - Grant types/Callback URL update request object (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ApplicationKeyDTO applicationsApplicationIdKeysKeyTypePut(String applicationId, String keyType, ApplicationKeyDTO body) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyType - **Application Key Type** standing for the type of the keys (i.e. Production or Sandbox). (required)body - Grant types/Callback URL update request object (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationKeyDTO> applicationsApplicationIdKeysKeyTypePutWithHttpInfo(String applicationId, String keyType, ApplicationKeyDTO body) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyType - **Application Key Type** standing for the type of the keys (i.e. Production or Sandbox). (required)body - Grant types/Callback URL update request object (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call applicationsApplicationIdKeysKeyTypePutAsync(String applicationId, String keyType, ApplicationKeyDTO body, ApiCallback<ApplicationKeyDTO> callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyType - **Application Key Type** standing for the type of the keys (i.e. Production or Sandbox). (required)body - Grant types/Callback URL update request object (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 applicationsApplicationIdKeysKeyTypeRegenerateSecretPostCall(String applicationId, String keyType, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyType - **Application Key Type** standing for the type of the keys (i.e. Production or Sandbox). (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ApplicationKeyReGenerateResponseDTO applicationsApplicationIdKeysKeyTypeRegenerateSecretPost(String applicationId, String keyType) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyType - **Application Key Type** standing for the type of the keys (i.e. Production or Sandbox). (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationKeyReGenerateResponseDTO> applicationsApplicationIdKeysKeyTypeRegenerateSecretPostWithHttpInfo(String applicationId, String keyType) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyType - **Application Key Type** standing for the type of the keys (i.e. Production or Sandbox). (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call applicationsApplicationIdKeysKeyTypeRegenerateSecretPostAsync(String applicationId, String keyType, ApiCallback<ApplicationKeyReGenerateResponseDTO> callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyType - **Application Key Type** standing for the type of the keys (i.e. Production or Sandbox). (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 applicationsApplicationIdMapKeysPostCall(String applicationId, ApplicationKeyMappingRequestDTO body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)body - Application key mapping request object (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ApplicationKeyDTO applicationsApplicationIdMapKeysPost(String applicationId, ApplicationKeyMappingRequestDTO body) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)body - Application key mapping request object (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationKeyDTO> applicationsApplicationIdMapKeysPostWithHttpInfo(String applicationId, ApplicationKeyMappingRequestDTO body) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)body - Application key mapping request object (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call applicationsApplicationIdMapKeysPostAsync(String applicationId, ApplicationKeyMappingRequestDTO body, ApiCallback<ApplicationKeyDTO> callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)body - Application key mapping request object (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.