public class ApplicationKeysApi extends Object
| Constructor and Description |
|---|
ApplicationKeysApi() |
ApplicationKeysApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationKey |
applicationsApplicationIdKeysKeyTypeGet(String applicationId,
String keyType,
String groupId,
String accept)
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,
String accept,
ApiCallback<ApplicationKey> 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.
|
ApiResponse<ApplicationKey> |
applicationsApplicationIdKeysKeyTypeGetWithHttpInfo(String applicationId,
String keyType,
String groupId,
String accept)
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.
|
ApplicationKey |
applicationsApplicationIdKeysKeyTypePut(String applicationId,
String keyType,
ApplicationKey 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,
ApplicationKey body,
ApiCallback<ApplicationKey> 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.
|
ApiResponse<ApplicationKey> |
applicationsApplicationIdKeysKeyTypePutWithHttpInfo(String applicationId,
String keyType,
ApplicationKey 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.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public ApplicationKeysApi()
public ApplicationKeysApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public ApplicationKey applicationsApplicationIdKeysKeyTypeGet(String applicationId, String keyType, String groupId, String accept) 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)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApplicationKey> applicationsApplicationIdKeysKeyTypeGetWithHttpInfo(String applicationId, String keyType, String groupId, String accept) 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)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)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, String accept, ApiCallback<ApplicationKey> 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)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)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 ApplicationKey applicationsApplicationIdKeysKeyTypePut(String applicationId, String keyType, ApplicationKey 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<ApplicationKey> applicationsApplicationIdKeysKeyTypePutWithHttpInfo(String applicationId, String keyType, ApplicationKey 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, ApplicationKey body, ApiCallback<ApplicationKey> 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 objectCopyright © 2018 WSO2 Inc. All rights reserved.