| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.samples.utils.store.rest.client.api | |
| org.wso2.carbon.apimgt.samples.utils.store.rest.client.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationKey |
ApplicationIndividualApi.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.
|
ApplicationKey |
ApplicationKeysApi.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.
|
ApplicationKey |
ApplicationIndividualApi.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.
|
ApplicationKey |
ApplicationKeysApi.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.
|
ApplicationKey |
ApplicationIndividualApi.applicationsGenerateKeysPost(String applicationId,
ApplicationKeyGenerateRequest body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Generate keys for application
This operation can be used to generate client Id and client secret for an application
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ApplicationKey> |
ApplicationIndividualApi.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.
|
ApiResponse<ApplicationKey> |
ApplicationKeysApi.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.
|
ApiResponse<ApplicationKey> |
ApplicationIndividualApi.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.
|
ApiResponse<ApplicationKey> |
ApplicationKeysApi.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.
|
ApiResponse<ApplicationKey> |
ApplicationIndividualApi.applicationsGenerateKeysPostWithHttpInfo(String applicationId,
ApplicationKeyGenerateRequest body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Generate keys for application
This operation can be used to generate client Id and client secret for an application
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationKey |
ApplicationIndividualApi.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.
|
ApplicationKey |
ApplicationKeysApi.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 |
ApplicationIndividualApi.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.
|
com.squareup.okhttp.Call |
ApplicationKeysApi.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> |
ApplicationIndividualApi.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.
|
ApiResponse<ApplicationKey> |
ApplicationKeysApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApplicationIndividualApi.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.
|
com.squareup.okhttp.Call |
ApplicationKeysApi.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.
|
com.squareup.okhttp.Call |
ApplicationIndividualApi.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.
|
com.squareup.okhttp.Call |
ApplicationKeysApi.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.
|
com.squareup.okhttp.Call |
ApplicationIndividualApi.applicationsGenerateKeysPostAsync(String applicationId,
ApplicationKeyGenerateRequest body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<ApplicationKey> callback)
Generate keys for application (asynchronously)
This operation can be used to generate client Id and client secret for an application
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationKey |
ApplicationKey.addSupportedGrantTypesItem(String supportedGrantTypesItem) |
ApplicationKey |
ApplicationKey.callbackUrl(String callbackUrl) |
ApplicationKey |
ApplicationKey.consumerKey(String consumerKey) |
ApplicationKey |
ApplicationKey.consumerSecret(String consumerSecret) |
ApplicationKey |
ApplicationKey.groupId(String groupId) |
ApplicationKey |
ApplicationKey.keyState(String keyState) |
ApplicationKey |
ApplicationKey.keyType(ApplicationKey.KeyTypeEnum keyType) |
ApplicationKey |
ApplicationKey.supportedGrantTypes(List<String> supportedGrantTypes) |
ApplicationKey |
ApplicationKey.token(Token token) |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationKey> |
Application.getKeys()
Get keys
|
| Modifier and Type | Method and Description |
|---|---|
Application |
Application.addKeysItem(ApplicationKey keysItem) |
| Modifier and Type | Method and Description |
|---|---|
Application |
Application.keys(List<ApplicationKey> keys) |
void |
Application.setKeys(List<ApplicationKey> keys) |
Copyright © 2018 WSO2 Inc. All rights reserved.