public class ApplicationKeysApi extends Object
| Constructor and Description |
|---|
ApplicationKeysApi() |
ApplicationKeysApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationKeyDTO |
applicationsApplicationIdGenerateKeysPost(String applicationId,
ApplicationKeyGenerateRequestDTO applicationKeyGenerateRequestDTO)
Generate Application Keys
Generate keys (Consumer key/secret) for application
|
okhttp3.Call |
applicationsApplicationIdGenerateKeysPostAsync(String applicationId,
ApplicationKeyGenerateRequestDTO applicationKeyGenerateRequestDTO,
ApiCallback<ApplicationKeyDTO> _callback)
Generate Application Keys (asynchronously)
Generate keys (Consumer key/secret) for application
|
okhttp3.Call |
applicationsApplicationIdGenerateKeysPostCall(String applicationId,
ApplicationKeyGenerateRequestDTO applicationKeyGenerateRequestDTO,
ApiCallback _callback)
Build call for applicationsApplicationIdGenerateKeysPost
|
ApiResponse<ApplicationKeyDTO> |
applicationsApplicationIdGenerateKeysPostWithHttpInfo(String applicationId,
ApplicationKeyGenerateRequestDTO applicationKeyGenerateRequestDTO)
Generate Application Keys
Generate keys (Consumer key/secret) for application
|
ApplicationKeyListDTO |
applicationsApplicationIdKeysGet(String applicationId)
Deprecated.
|
okhttp3.Call |
applicationsApplicationIdKeysGetAsync(String applicationId,
ApiCallback<ApplicationKeyListDTO> _callback)
Deprecated.
|
okhttp3.Call |
applicationsApplicationIdKeysGetCall(String applicationId,
ApiCallback _callback)
Deprecated.
|
ApiResponse<ApplicationKeyListDTO> |
applicationsApplicationIdKeysGetWithHttpInfo(String applicationId)
Deprecated.
|
void |
applicationsApplicationIdKeysKeyTypeCleanUpPost(String applicationId,
String keyType,
String ifMatch)
Deprecated.
|
okhttp3.Call |
applicationsApplicationIdKeysKeyTypeCleanUpPostAsync(String applicationId,
String keyType,
String ifMatch,
ApiCallback<Void> _callback)
Deprecated.
|
okhttp3.Call |
applicationsApplicationIdKeysKeyTypeCleanUpPostCall(String applicationId,
String keyType,
String ifMatch,
ApiCallback _callback)
Deprecated.
|
ApiResponse<Void> |
applicationsApplicationIdKeysKeyTypeCleanUpPostWithHttpInfo(String applicationId,
String keyType,
String ifMatch)
Deprecated.
|
ApplicationKeyDTO |
applicationsApplicationIdKeysKeyTypeGet(String applicationId,
String keyType,
String groupId)
Deprecated.
|
okhttp3.Call |
applicationsApplicationIdKeysKeyTypeGetAsync(String applicationId,
String keyType,
String groupId,
ApiCallback<ApplicationKeyDTO> _callback)
Deprecated.
|
okhttp3.Call |
applicationsApplicationIdKeysKeyTypeGetCall(String applicationId,
String keyType,
String groupId,
ApiCallback _callback)
Deprecated.
|
ApiResponse<ApplicationKeyDTO> |
applicationsApplicationIdKeysKeyTypeGetWithHttpInfo(String applicationId,
String keyType,
String groupId)
Deprecated.
|
ApplicationKeyDTO |
applicationsApplicationIdKeysKeyTypePut(String applicationId,
String keyType,
ApplicationKeyDTO applicationKeyDTO)
Deprecated.
|
okhttp3.Call |
applicationsApplicationIdKeysKeyTypePutAsync(String applicationId,
String keyType,
ApplicationKeyDTO applicationKeyDTO,
ApiCallback<ApplicationKeyDTO> _callback)
Deprecated.
|
okhttp3.Call |
applicationsApplicationIdKeysKeyTypePutCall(String applicationId,
String keyType,
ApplicationKeyDTO applicationKeyDTO,
ApiCallback _callback)
Deprecated.
|
ApiResponse<ApplicationKeyDTO> |
applicationsApplicationIdKeysKeyTypePutWithHttpInfo(String applicationId,
String keyType,
ApplicationKeyDTO applicationKeyDTO)
Deprecated.
|
ApplicationKeyReGenerateResponseDTO |
applicationsApplicationIdKeysKeyTypeRegenerateSecretPost(String applicationId,
String keyType)
Deprecated.
|
okhttp3.Call |
applicationsApplicationIdKeysKeyTypeRegenerateSecretPostAsync(String applicationId,
String keyType,
ApiCallback<ApplicationKeyReGenerateResponseDTO> _callback)
Deprecated.
|
okhttp3.Call |
applicationsApplicationIdKeysKeyTypeRegenerateSecretPostCall(String applicationId,
String keyType,
ApiCallback _callback)
Deprecated.
|
ApiResponse<ApplicationKeyReGenerateResponseDTO> |
applicationsApplicationIdKeysKeyTypeRegenerateSecretPostWithHttpInfo(String applicationId,
String keyType)
Deprecated.
|
ApplicationKeyDTO |
applicationsApplicationIdMapKeysPost(String applicationId,
ApplicationKeyMappingRequestDTO applicationKeyMappingRequestDTO)
Map Application Keys
Map keys (Consumer key/secret) to an application
|
okhttp3.Call |
applicationsApplicationIdMapKeysPostAsync(String applicationId,
ApplicationKeyMappingRequestDTO applicationKeyMappingRequestDTO,
ApiCallback<ApplicationKeyDTO> _callback)
Map Application Keys (asynchronously)
Map keys (Consumer key/secret) to an application
|
okhttp3.Call |
applicationsApplicationIdMapKeysPostCall(String applicationId,
ApplicationKeyMappingRequestDTO applicationKeyMappingRequestDTO,
ApiCallback _callback)
Build call for applicationsApplicationIdMapKeysPost
|
ApiResponse<ApplicationKeyDTO> |
applicationsApplicationIdMapKeysPostWithHttpInfo(String applicationId,
ApplicationKeyMappingRequestDTO applicationKeyMappingRequestDTO)
Map Application Keys
Map keys (Consumer key/secret) to an application
|
ApplicationKeyListDTO |
applicationsApplicationIdOauthKeysGet(String applicationId)
Retrieve All Application Keys
Retrieve keys (Consumer key/secret) of application
|
okhttp3.Call |
applicationsApplicationIdOauthKeysGetAsync(String applicationId,
ApiCallback<ApplicationKeyListDTO> _callback)
Retrieve All Application Keys (asynchronously)
Retrieve keys (Consumer key/secret) of application
|
okhttp3.Call |
applicationsApplicationIdOauthKeysGetCall(String applicationId,
ApiCallback _callback)
Build call for applicationsApplicationIdOauthKeysGet
|
ApiResponse<ApplicationKeyListDTO> |
applicationsApplicationIdOauthKeysGetWithHttpInfo(String applicationId)
Retrieve All Application Keys
Retrieve keys (Consumer key/secret) of application
|
void |
applicationsApplicationIdOauthKeysKeyMappingIdCleanUpPost(String applicationId,
String keyMappingId,
String ifMatch)
Clean-Up Application Keys
Clean up keys after failed key generation of an application
|
okhttp3.Call |
applicationsApplicationIdOauthKeysKeyMappingIdCleanUpPostAsync(String applicationId,
String keyMappingId,
String ifMatch,
ApiCallback<Void> _callback)
Clean-Up Application Keys (asynchronously)
Clean up keys after failed key generation of an application
|
okhttp3.Call |
applicationsApplicationIdOauthKeysKeyMappingIdCleanUpPostCall(String applicationId,
String keyMappingId,
String ifMatch,
ApiCallback _callback)
Build call for applicationsApplicationIdOauthKeysKeyMappingIdCleanUpPost
|
ApiResponse<Void> |
applicationsApplicationIdOauthKeysKeyMappingIdCleanUpPostWithHttpInfo(String applicationId,
String keyMappingId,
String ifMatch)
Clean-Up Application Keys
Clean up keys after failed key generation of an application
|
ApplicationKeyDTO |
applicationsApplicationIdOauthKeysKeyMappingIdGet(String applicationId,
String keyMappingId,
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.
|
okhttp3.Call |
applicationsApplicationIdOauthKeysKeyMappingIdGetAsync(String applicationId,
String keyMappingId,
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.
|
okhttp3.Call |
applicationsApplicationIdOauthKeysKeyMappingIdGetCall(String applicationId,
String keyMappingId,
String groupId,
ApiCallback _callback)
Build call for applicationsApplicationIdOauthKeysKeyMappingIdGet
|
ApiResponse<ApplicationKeyDTO> |
applicationsApplicationIdOauthKeysKeyMappingIdGetWithHttpInfo(String applicationId,
String keyMappingId,
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 |
applicationsApplicationIdOauthKeysKeyMappingIdPut(String applicationId,
String keyMappingId,
ApplicationKeyDTO applicationKeyDTO)
Update Grant Types and Callback URL of an Application
This operation can be used to update grant types and callback url of an application.
|
okhttp3.Call |
applicationsApplicationIdOauthKeysKeyMappingIdPutAsync(String applicationId,
String keyMappingId,
ApplicationKeyDTO applicationKeyDTO,
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.
|
okhttp3.Call |
applicationsApplicationIdOauthKeysKeyMappingIdPutCall(String applicationId,
String keyMappingId,
ApplicationKeyDTO applicationKeyDTO,
ApiCallback _callback)
Build call for applicationsApplicationIdOauthKeysKeyMappingIdPut
|
ApiResponse<ApplicationKeyDTO> |
applicationsApplicationIdOauthKeysKeyMappingIdPutWithHttpInfo(String applicationId,
String keyMappingId,
ApplicationKeyDTO applicationKeyDTO)
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 |
applicationsApplicationIdOauthKeysKeyMappingIdRegenerateSecretPost(String applicationId,
String keyMappingId)
Re-Generate Consumer Secret
This operation can be used to re generate consumer secret for an application for the give key type
|
okhttp3.Call |
applicationsApplicationIdOauthKeysKeyMappingIdRegenerateSecretPostAsync(String applicationId,
String keyMappingId,
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
|
okhttp3.Call |
applicationsApplicationIdOauthKeysKeyMappingIdRegenerateSecretPostCall(String applicationId,
String keyMappingId,
ApiCallback _callback)
Build call for applicationsApplicationIdOauthKeysKeyMappingIdRegenerateSecretPost
|
ApiResponse<ApplicationKeyReGenerateResponseDTO> |
applicationsApplicationIdOauthKeysKeyMappingIdRegenerateSecretPostWithHttpInfo(String applicationId,
String keyMappingId)
Re-Generate Consumer Secret
This operation can be used to re generate consumer secret for an application for the give key type
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public ApplicationKeysApi()
public ApplicationKeysApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call applicationsApplicationIdGenerateKeysPostCall(String applicationId, ApplicationKeyGenerateRequestDTO applicationKeyGenerateRequestDTO, ApiCallback _callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)applicationKeyGenerateRequestDTO - Application key generation request object (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic ApplicationKeyDTO applicationsApplicationIdGenerateKeysPost(String applicationId, ApplicationKeyGenerateRequestDTO applicationKeyGenerateRequestDTO) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)applicationKeyGenerateRequestDTO - 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 applicationKeyGenerateRequestDTO) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)applicationKeyGenerateRequestDTO - Application key generation request object (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call applicationsApplicationIdGenerateKeysPostAsync(String applicationId, ApplicationKeyGenerateRequestDTO applicationKeyGenerateRequestDTO, ApiCallback<ApplicationKeyDTO> _callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)applicationKeyGenerateRequestDTO - 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 object@Deprecated public okhttp3.Call applicationsApplicationIdKeysGetCall(String applicationId, ApiCallback _callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object@Deprecated public 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 body@Deprecated public 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 body@Deprecated public okhttp3.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 object@Deprecated public okhttp3.Call applicationsApplicationIdKeysKeyTypeCleanUpPostCall(String applicationId, String keyType, String ifMatch, 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)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object@Deprecated public 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 body@Deprecated public 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 body@Deprecated public okhttp3.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 object@Deprecated public okhttp3.Call applicationsApplicationIdKeysKeyTypeGetCall(String applicationId, String keyType, String groupId, 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)groupId - Application Group Id (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object@Deprecated public 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 body@Deprecated public 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 body@Deprecated public okhttp3.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 object@Deprecated public okhttp3.Call applicationsApplicationIdKeysKeyTypePutCall(String applicationId, String keyType, ApplicationKeyDTO applicationKeyDTO, 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)applicationKeyDTO - Grant types/Callback URL update request object (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object@Deprecated public ApplicationKeyDTO applicationsApplicationIdKeysKeyTypePut(String applicationId, String keyType, ApplicationKeyDTO applicationKeyDTO) 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)applicationKeyDTO - Grant types/Callback URL update request object (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body@Deprecated public ApiResponse<ApplicationKeyDTO> applicationsApplicationIdKeysKeyTypePutWithHttpInfo(String applicationId, String keyType, ApplicationKeyDTO applicationKeyDTO) 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)applicationKeyDTO - Grant types/Callback URL update request object (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body@Deprecated public okhttp3.Call applicationsApplicationIdKeysKeyTypePutAsync(String applicationId, String keyType, ApplicationKeyDTO applicationKeyDTO, 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)applicationKeyDTO - 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 object@Deprecated public okhttp3.Call applicationsApplicationIdKeysKeyTypeRegenerateSecretPostCall(String applicationId, String keyType, 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)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object@Deprecated public 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 body@Deprecated public 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 body@Deprecated public okhttp3.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 okhttp3.Call applicationsApplicationIdMapKeysPostCall(String applicationId, ApplicationKeyMappingRequestDTO applicationKeyMappingRequestDTO, ApiCallback _callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)applicationKeyMappingRequestDTO - Application key mapping request object (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic ApplicationKeyDTO applicationsApplicationIdMapKeysPost(String applicationId, ApplicationKeyMappingRequestDTO applicationKeyMappingRequestDTO) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)applicationKeyMappingRequestDTO - 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 applicationKeyMappingRequestDTO) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)applicationKeyMappingRequestDTO - Application key mapping request object (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call applicationsApplicationIdMapKeysPostAsync(String applicationId, ApplicationKeyMappingRequestDTO applicationKeyMappingRequestDTO, ApiCallback<ApplicationKeyDTO> _callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)applicationKeyMappingRequestDTO - 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 objectpublic okhttp3.Call applicationsApplicationIdOauthKeysGetCall(String applicationId, ApiCallback _callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic ApplicationKeyListDTO applicationsApplicationIdOauthKeysGet(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> applicationsApplicationIdOauthKeysGetWithHttpInfo(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 okhttp3.Call applicationsApplicationIdOauthKeysGetAsync(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 okhttp3.Call applicationsApplicationIdOauthKeysKeyMappingIdCleanUpPostCall(String applicationId, String keyMappingId, String ifMatch, ApiCallback _callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyMappingId - OAuth Key Identifier consisting of the UUID of the Oauth Key Mapping. (required)ifMatch - Validator for conditional requests; based on ETag. (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void applicationsApplicationIdOauthKeysKeyMappingIdCleanUpPost(String applicationId, String keyMappingId, String ifMatch) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyMappingId - OAuth Key Identifier consisting of the UUID of the Oauth Key Mapping. (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> applicationsApplicationIdOauthKeysKeyMappingIdCleanUpPostWithHttpInfo(String applicationId, String keyMappingId, String ifMatch) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyMappingId - OAuth Key Identifier consisting of the UUID of the Oauth Key Mapping. (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 okhttp3.Call applicationsApplicationIdOauthKeysKeyMappingIdCleanUpPostAsync(String applicationId, String keyMappingId, String ifMatch, ApiCallback<Void> _callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyMappingId - OAuth Key Identifier consisting of the UUID of the Oauth Key Mapping. (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 okhttp3.Call applicationsApplicationIdOauthKeysKeyMappingIdGetCall(String applicationId, String keyMappingId, String groupId, ApiCallback _callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyMappingId - OAuth Key Identifier consisting of the UUID of the Oauth Key Mapping. (required)groupId - Application Group Id (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic ApplicationKeyDTO applicationsApplicationIdOauthKeysKeyMappingIdGet(String applicationId, String keyMappingId, String groupId) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyMappingId - OAuth Key Identifier consisting of the UUID of the Oauth Key Mapping. (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> applicationsApplicationIdOauthKeysKeyMappingIdGetWithHttpInfo(String applicationId, String keyMappingId, String groupId) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyMappingId - OAuth Key Identifier consisting of the UUID of the Oauth Key Mapping. (required)groupId - Application Group Id (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call applicationsApplicationIdOauthKeysKeyMappingIdGetAsync(String applicationId, String keyMappingId, String groupId, ApiCallback<ApplicationKeyDTO> _callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyMappingId - OAuth Key Identifier consisting of the UUID of the Oauth Key Mapping. (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 okhttp3.Call applicationsApplicationIdOauthKeysKeyMappingIdPutCall(String applicationId, String keyMappingId, ApplicationKeyDTO applicationKeyDTO, ApiCallback _callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyMappingId - OAuth Key Identifier consisting of the UUID of the Oauth Key Mapping. (required)applicationKeyDTO - Grant types/Callback URL update request object (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic ApplicationKeyDTO applicationsApplicationIdOauthKeysKeyMappingIdPut(String applicationId, String keyMappingId, ApplicationKeyDTO applicationKeyDTO) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyMappingId - OAuth Key Identifier consisting of the UUID of the Oauth Key Mapping. (required)applicationKeyDTO - 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> applicationsApplicationIdOauthKeysKeyMappingIdPutWithHttpInfo(String applicationId, String keyMappingId, ApplicationKeyDTO applicationKeyDTO) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyMappingId - OAuth Key Identifier consisting of the UUID of the Oauth Key Mapping. (required)applicationKeyDTO - 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 okhttp3.Call applicationsApplicationIdOauthKeysKeyMappingIdPutAsync(String applicationId, String keyMappingId, ApplicationKeyDTO applicationKeyDTO, ApiCallback<ApplicationKeyDTO> _callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyMappingId - OAuth Key Identifier consisting of the UUID of the Oauth Key Mapping. (required)applicationKeyDTO - 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 okhttp3.Call applicationsApplicationIdOauthKeysKeyMappingIdRegenerateSecretPostCall(String applicationId, String keyMappingId, ApiCallback _callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyMappingId - OAuth Key Identifier consisting of the UUID of the Oauth Key Mapping. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic ApplicationKeyReGenerateResponseDTO applicationsApplicationIdOauthKeysKeyMappingIdRegenerateSecretPost(String applicationId, String keyMappingId) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyMappingId - OAuth Key Identifier consisting of the UUID of the Oauth Key Mapping. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationKeyReGenerateResponseDTO> applicationsApplicationIdOauthKeysKeyMappingIdRegenerateSecretPostWithHttpInfo(String applicationId, String keyMappingId) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyMappingId - OAuth Key Identifier consisting of the UUID of the Oauth Key Mapping. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call applicationsApplicationIdOauthKeysKeyMappingIdRegenerateSecretPostAsync(String applicationId, String keyMappingId, ApiCallback<ApplicationKeyReGenerateResponseDTO> _callback) throws ApiException
applicationId - Application Identifier consisting of the UUID of the Application. (required)keyMappingId - OAuth Key Identifier consisting of the UUID of the Oauth Key Mapping. (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 © 2021 WSO2 Inc. All rights reserved.