public class ApiKeysApi extends Object
| Constructor and Description |
|---|
ApiKeysApi() |
ApiKeysApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
APIKeyDTO |
applicationsApplicationIdApiKeysKeyTypeGeneratePost(String applicationId,
String keyType,
String ifMatch,
APIKeyGenerateRequestDTO apIKeyGenerateRequestDTO)
Generate API Key
Generate a self contained API Key for the application
|
okhttp3.Call |
applicationsApplicationIdApiKeysKeyTypeGeneratePostAsync(String applicationId,
String keyType,
String ifMatch,
APIKeyGenerateRequestDTO apIKeyGenerateRequestDTO,
ApiCallback<APIKeyDTO> _callback)
Generate API Key (asynchronously)
Generate a self contained API Key for the application
|
okhttp3.Call |
applicationsApplicationIdApiKeysKeyTypeGeneratePostCall(String applicationId,
String keyType,
String ifMatch,
APIKeyGenerateRequestDTO apIKeyGenerateRequestDTO,
ApiCallback _callback)
Build call for applicationsApplicationIdApiKeysKeyTypeGeneratePost
|
ApiResponse<APIKeyDTO> |
applicationsApplicationIdApiKeysKeyTypeGeneratePostWithHttpInfo(String applicationId,
String keyType,
String ifMatch,
APIKeyGenerateRequestDTO apIKeyGenerateRequestDTO)
Generate API Key
Generate a self contained API Key for the application
|
void |
applicationsApplicationIdApiKeysKeyTypeRevokePost(String applicationId,
String keyType,
String ifMatch,
APIKeyRevokeRequestDTO apIKeyRevokeRequestDTO)
Revoke API Key
Revoke a self contained API Key for the application
|
okhttp3.Call |
applicationsApplicationIdApiKeysKeyTypeRevokePostAsync(String applicationId,
String keyType,
String ifMatch,
APIKeyRevokeRequestDTO apIKeyRevokeRequestDTO,
ApiCallback<Void> _callback)
Revoke API Key (asynchronously)
Revoke a self contained API Key for the application
|
okhttp3.Call |
applicationsApplicationIdApiKeysKeyTypeRevokePostCall(String applicationId,
String keyType,
String ifMatch,
APIKeyRevokeRequestDTO apIKeyRevokeRequestDTO,
ApiCallback _callback)
Build call for applicationsApplicationIdApiKeysKeyTypeRevokePost
|
ApiResponse<Void> |
applicationsApplicationIdApiKeysKeyTypeRevokePostWithHttpInfo(String applicationId,
String keyType,
String ifMatch,
APIKeyRevokeRequestDTO apIKeyRevokeRequestDTO)
Revoke API Key
Revoke a self contained API Key for the application
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public ApiKeysApi()
public ApiKeysApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call applicationsApplicationIdApiKeysKeyTypeGeneratePostCall(String applicationId, String keyType, String ifMatch, APIKeyGenerateRequestDTO apIKeyGenerateRequestDTO, ApiCallback _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)apIKeyGenerateRequestDTO - API Key generation request object (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic APIKeyDTO applicationsApplicationIdApiKeysKeyTypeGeneratePost(String applicationId, String keyType, String ifMatch, APIKeyGenerateRequestDTO apIKeyGenerateRequestDTO) 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)apIKeyGenerateRequestDTO - API Key generation request object (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<APIKeyDTO> applicationsApplicationIdApiKeysKeyTypeGeneratePostWithHttpInfo(String applicationId, String keyType, String ifMatch, APIKeyGenerateRequestDTO apIKeyGenerateRequestDTO) 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)apIKeyGenerateRequestDTO - API Key generation request object (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call applicationsApplicationIdApiKeysKeyTypeGeneratePostAsync(String applicationId, String keyType, String ifMatch, APIKeyGenerateRequestDTO apIKeyGenerateRequestDTO, ApiCallback<APIKeyDTO> _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)apIKeyGenerateRequestDTO - API Key generation request object (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 okhttp3.Call applicationsApplicationIdApiKeysKeyTypeRevokePostCall(String applicationId, String keyType, String ifMatch, APIKeyRevokeRequestDTO apIKeyRevokeRequestDTO, ApiCallback _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)apIKeyRevokeRequestDTO - API Key revoke request object (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void applicationsApplicationIdApiKeysKeyTypeRevokePost(String applicationId, String keyType, String ifMatch, APIKeyRevokeRequestDTO apIKeyRevokeRequestDTO) 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)apIKeyRevokeRequestDTO - API Key revoke request object (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> applicationsApplicationIdApiKeysKeyTypeRevokePostWithHttpInfo(String applicationId, String keyType, String ifMatch, APIKeyRevokeRequestDTO apIKeyRevokeRequestDTO) 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)apIKeyRevokeRequestDTO - API Key revoke request object (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call applicationsApplicationIdApiKeysKeyTypeRevokePostAsync(String applicationId, String keyType, String ifMatch, APIKeyRevokeRequestDTO apIKeyRevokeRequestDTO, 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)apIKeyRevokeRequestDTO - API Key revoke request object (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 © 2021 WSO2 Inc. All rights reserved.