| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin | |
| org.wso2.am.integration.clients.admin.api |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
ApiCallback<T> callback)
|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
Type returnType,
ApiCallback<T> callback)
Execute HTTP call asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApiCategoryIndividualApi.apiCategoriesApiCategoryIdDeleteAsync(String apiCategoryId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete an API Category (asynchronously)
Delete an API Category by API Category Id
|
com.squareup.okhttp.Call |
ApiCategoryIndividualApi.apiCategoriesApiCategoryIdPutAsync(String apiCategoryId,
APICategoryDTO body,
ApiCallback<APICategoryDTO> callback)
Update an API Category (asynchronously)
Update an API Category by category Id
|
com.squareup.okhttp.Call |
ApiCategoryCollectionApi.apiCategoriesGetAsync(ApiCallback<APICategoryListDTO> callback)
Get all API categories (asynchronously)
Get all API categories
|
com.squareup.okhttp.Call |
ApiCategoryIndividualApi.apiCategoriesPostAsync(APICategoryDTO body,
ApiCallback<APICategoryDTO> callback)
Add a new API Category (asynchronously)
Add a new API Category
|
com.squareup.okhttp.Call |
ApplicationApi.applicationsApplicationIdChangeOwnerPostAsync(String owner,
String applicationId,
ApiCallback<Void> callback)
Change Application Owner (asynchronously)
This operation is used to change the owner of an Application.
|
com.squareup.okhttp.Call |
ApplicationCollectionApi.applicationsGetAsync(String user,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String tenantDomain,
ApiCallback<ApplicationListDTO> callback)
Retrieve/Search applications (asynchronously)
This operation can be used to retrieve list of applications that is belonged to the given user, If no user is provided then the application for the user associated with the provided access token will be returned.
|
com.squareup.okhttp.Call |
ApiIndividualApi.exportApiGetAsync(String name,
String version,
String providerName,
String format,
Boolean preserveStatus,
ApiCallback<File> callback)
Export an API (asynchronously)
This operation can be used to export the details of a particular API as a zip file.
|
com.squareup.okhttp.Call |
ApiProductIndividualApi.exportApiProductGetAsync(String name,
String version,
String providerName,
String format,
Boolean preserveStatus,
ApiCallback<File> callback)
Export an API Product (asynchronously)
This operation can be used to export the details of a particular API Product as a zip file.
|
com.squareup.okhttp.Call |
ApplicationIndividualApi.exportApplicationsGetAsync(String appName,
String appOwner,
Boolean withKeys,
ApiCallback<File> callback)
Export an Application (asynchronously)
This operation can be used to export the details of a particular Application as a zip file.
|
com.squareup.okhttp.Call |
AlertsApi.getAdminAlertTypesAsync(ApiCallback<AlertTypesListDTO> callback)
Get the list of admin alert types.
|
com.squareup.okhttp.Call |
BotDetectionAlertSubscriptionsApi.getBotDetectionAlertSubscriptionsAsync(ApiCallback<BotDetectionAlertSubscriptionListDTO> callback)
Get the list of subscriptions for bot detection (asynchronously)
Get the list of subscriptions which are subscribed to receive email alerts for bot detection
|
com.squareup.okhttp.Call |
DefaultApi.getBotDetectionDataAsync(ApiCallback<BotDetectionDataListDTO> callback)
Get all bot detected data (asynchronously)
Get all bot detected data
|
com.squareup.okhttp.Call |
TenantsApi.getCustomUrlInfoByTenantDomainAsync(String tenantDomain,
ApiCallback<CustomUrlInfoDTO> callback)
Get custom-url info of a tenant domain (asynchronously)
This operation is to get custom-url information of the provided tenant-domain
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.getSubscribedAlertTypesAsync(ApiCallback<AlertsSubscriptionDTO> callback)
Get the list of API Admin alert types subscribed by the user.
|
com.squareup.okhttp.Call |
TenantsApi.getTenantInfoByUsernameAsync(String username,
ApiCallback<TenantInfoDTO> callback)
Get tenant id of the user (asynchronously)
This operation is to get tenant id of the provided user
|
com.squareup.okhttp.Call |
ApiIndividualApi.importApiPostAsync(File file,
Boolean preserveProvider,
Boolean overwrite,
ApiCallback<Void> callback)
Import an API (asynchronously)
This operation can be used to import an API.
|
com.squareup.okhttp.Call |
ApiProductIndividualApi.importApiProductPostAsync(File file,
Boolean preserveProvider,
Boolean importAPIs,
Boolean overwriteAPIProduct,
Boolean overwriteAPIs,
ApiCallback<Void> callback)
Import an API Product (asynchronously)
This operation can be used to import an API Product.
|
com.squareup.okhttp.Call |
ApplicationIndividualApi.importApplicationsPostAsync(File file,
Boolean preserveOwner,
Boolean skipSubscriptions,
String appOwner,
Boolean skipApplicationKeys,
Boolean update,
ApiCallback<ApplicationInfoDTO> callback)
Import an Application (asynchronously)
This operation can be used to import an Application.
|
com.squareup.okhttp.Call |
KeyManagerCollectionApi.keyManagersGetAsync(ApiCallback<KeyManagerListDTO> callback)
Get all Key managers (asynchronously)
Get all Key managers
|
com.squareup.okhttp.Call |
KeyManagerIndividualApi.keyManagersKeyManagerIdDeleteAsync(String keyManagerId,
ApiCallback<Void> callback)
Delete a Key Manager (asynchronously)
Delete a Key Manager by keyManager id
|
com.squareup.okhttp.Call |
KeyManagerIndividualApi.keyManagersKeyManagerIdGetAsync(String keyManagerId,
ApiCallback<KeyManagerDTO> callback)
Get a Key Manager Configuration (asynchronously)
Retrieve a single Key Manager Configuration.
|
com.squareup.okhttp.Call |
KeyManagerIndividualApi.keyManagersKeyManagerIdPutAsync(String keyManagerId,
KeyManagerDTO body,
ApiCallback<KeyManagerDTO> callback)
Update a Key Manager (asynchronously)
Update a Key Manager by keyManager id
|
com.squareup.okhttp.Call |
KeyManagerCollectionApi.keyManagersPostAsync(KeyManagerDTO body,
ApiCallback<KeyManagerDTO> callback)
Add a new API Key Manager (asynchronously)
Add a new API Key Manager
|
com.squareup.okhttp.Call |
LabelCollectionApi.labelsGetAsync(ApiCallback<LabelListDTO> callback)
Get all registered Labels (asynchronously)
Get all registered Labels
|
com.squareup.okhttp.Call |
LabelApi.labelsLabelIdDeleteAsync(String labelId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete a Label (asynchronously)
Delete a Label by label Id
|
com.squareup.okhttp.Call |
LabelApi.labelsLabelIdPutAsync(String labelId,
LabelDTO body,
ApiCallback<LabelDTO> callback)
Update a Label (asynchronously)
Update a Label by label Id
|
com.squareup.okhttp.Call |
LabelApi.labelsPostAsync(LabelDTO body,
ApiCallback<LabelDTO> callback)
Add a Label (asynchronously)
Add a new gateway Label
|
com.squareup.okhttp.Call |
MonetizationCollectionApi.monetizationPublishUsagePostAsync(ApiCallback<PublishStatusDTO> callback)
Publish Usage Records (asynchronously)
Publish Usage Records of Monetized APIs
|
com.squareup.okhttp.Call |
MonetizationCollectionApi.monetizationPublishUsageStatusGetAsync(ApiCallback<MonetizationUsagePublishInfoDTO> callback)
Get the status of Monetization usage publisher (asynchronously)
Get the status of Monetization usage publisher
|
com.squareup.okhttp.Call |
MediationPolicyCollectionApi.policiesMediationGetAsync(Integer limit,
Integer offset,
String query,
String accept,
String ifNoneMatch,
ApiCallback<MediationListDTO> callback)
Get all global mediation policies (asynchronously)
This operation provides you a list of available all global level mediation policies.
|
com.squareup.okhttp.Call |
MediationPolicyIndividualApi.policiesMediationMediationPolicyIdDeleteAsync(String mediationPolicyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete a global mediation policy (asynchronously)
This operation can be used to delete an existing global mediation policy providing the Id of the mediation policy.
|
com.squareup.okhttp.Call |
MediationPolicyIndividualApi.policiesMediationMediationPolicyIdGetAsync(String mediationPolicyId,
String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<MediationDTO> callback)
Get a global mediation policy (asynchronously)
This operation can be used to retrieve a particular global mediation policy.
|
com.squareup.okhttp.Call |
MediationPolicyIndividualApi.policiesMediationMediationPolicyIdPutAsync(String mediationPolicyId,
MediationDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<MediationDTO> callback)
Update a global mediation policy (asynchronously)
This operation can be used to update an existing global mediation policy.
|
com.squareup.okhttp.Call |
MediationPolicyCollectionApi.policiesMediationPostAsync(MediationDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<MediationDTO> callback)
Add a global mediation policy (asynchronously)
This operation can be used to add a new global mediation policy.
|
com.squareup.okhttp.Call |
SettingsApi.settingsGetAsync(ApiCallback<SettingsDTO> callback)
Retreive admin settings (asynchronously)
Retreive admin settings
|
com.squareup.okhttp.Call |
BotDetectionAlertSubscriptionsApi.subscribeForBotDetectionAlertsAsync(BotDetectionAlertSubscriptionDTO body,
ApiCallback<BotDetectionAlertSubscriptionDTO> callback)
Subscribe for bot detection alerts (asynchronously)
Register a subscription for bot detection alerts
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.subscribeToAlertsAsync(AlertsSubscriptionDTO body,
ApiCallback<AlertsSubscriptionDTO> callback)
Subscribe to an admin alert.
|
com.squareup.okhttp.Call |
SystemScopesApi.systemScopesGetAsync(ApiCallback<ScopeListDTO> callback)
Get the list of role scope mapping.
|
com.squareup.okhttp.Call |
SyatemScopesApi.systemScopesScopeNameGetAsync(String scopeName,
String username,
ApiCallback<ScopeSettingsDTO> callback)
Retrieve scopes for a particular user (asynchronously)
This operation will return the scope list of particular user In order to get it, we need to pass the userId as a query parameter
|
com.squareup.okhttp.Call |
DefaultApi.tenantThemeImportPostAsync(File file,
ApiCallback<Void> callback)
Import a DevPortal Tenant Theme (asynchronously)
This operation can be used to import a DevPortal tenant theme.
|
com.squareup.okhttp.Call |
BlacklistIndividualApi.throttlingBlacklistConditionIdDeleteAsync(String conditionId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete a Blocking condition (asynchronously)
Deletes an existing Blocking condition
|
com.squareup.okhttp.Call |
BlacklistIndividualApi.throttlingBlacklistConditionIdGetAsync(String conditionId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<BlockingConditionDTO> callback)
Get a Blocking Condition (asynchronously)
Retrieves a Blocking Condition providing the condition Id
|
com.squareup.okhttp.Call |
BlacklistIndividualApi.throttlingBlacklistConditionIdPatchAsync(String conditionId,
BlockingConditionStatusDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<BlockingConditionDTO> callback)
Update a blocking condition (asynchronously)
Update a blocking condition by Id
|
com.squareup.okhttp.Call |
BlacklistCollectionApi.throttlingBlacklistGetAsync(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<BlockingConditionListDTO> callback)
Get all blocking condtions (asynchronously)
Retrieves all existing blocking condtions.
|
com.squareup.okhttp.Call |
BlacklistCollectionApi.throttlingBlacklistPostAsync(BlockingConditionDTO body,
String contentType,
ApiCallback<BlockingConditionDTO> callback)
Add a Blocking condition (asynchronously)
Adds a new Blocking condition.
|
com.squareup.okhttp.Call |
AdvancedPolicyCollectionApi.throttlingPoliciesAdvancedGetAsync(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<AdvancedThrottlePolicyListDTO> callback)
Get all Advanced throttling policies.
|
com.squareup.okhttp.Call |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdDeleteAsync(String policyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete an Advanced Throttling Policy (asynchronously)
Deletes an Advanced level throttling policy.
|
com.squareup.okhttp.Call |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdGetAsync(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<AdvancedThrottlePolicyDTO> callback)
Get an Advanced Policy (asynchronously)
Retrieves an Advanced Policy.
|
com.squareup.okhttp.Call |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdPutAsync(String policyId,
AdvancedThrottlePolicyDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<AdvancedThrottlePolicyDTO> callback)
Update an Advanced Throttling Policy (asynchronously)
Updates an existing Advanced level throttling policy.
|
com.squareup.okhttp.Call |
AdvancedPolicyCollectionApi.throttlingPoliciesAdvancedPostAsync(AdvancedThrottlePolicyDTO body,
String contentType,
ApiCallback<AdvancedThrottlePolicyDTO> callback)
Add an Advanced Throttling Policy (asynchronously)
Add a new Advanced level throttling policy.
|
com.squareup.okhttp.Call |
ApplicationPolicyCollectionApi.throttlingPoliciesApplicationGetAsync(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<ApplicationThrottlePolicyListDTO> callback)
Get all Application Throttling Policies (asynchronously)
Retrieves all existing application throttling policies.
|
com.squareup.okhttp.Call |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdDeleteAsync(String policyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete an Application Throttling policy (asynchronously)
Deletes an Application level throttling policy.
|
com.squareup.okhttp.Call |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdGetAsync(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<ApplicationThrottlePolicyDTO> callback)
Get an Application Policy (asynchronously)
Retrieves an Application Policy.
|
com.squareup.okhttp.Call |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdPutAsync(String policyId,
ApplicationThrottlePolicyDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<ApplicationThrottlePolicyDTO> callback)
Update an Application Throttling policy (asynchronously)
Updates an existing Application level throttling policy.
|
com.squareup.okhttp.Call |
ApplicationPolicyCollectionApi.throttlingPoliciesApplicationPostAsync(ApplicationThrottlePolicyDTO body,
String contentType,
ApiCallback<ApplicationThrottlePolicyDTO> callback)
Add an Application Throttling Policy (asynchronously)
This operation can be used to add a new application level throttling policy.
|
com.squareup.okhttp.Call |
CustomRulesCollectionApi.throttlingPoliciesCustomGetAsync(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<CustomRuleListDTO> callback)
Get all Custom Rules (asynchronously)
Retrieves all Custom Rules.
|
com.squareup.okhttp.Call |
CustomRulesCollectionApi.throttlingPoliciesCustomPostAsync(CustomRuleDTO body,
String contentType,
ApiCallback<CustomRuleDTO> callback)
Add a Custom Rule (asynchronously)
Adds a new Custom Rule.
|
com.squareup.okhttp.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdDeleteAsync(String ruleId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete a Custom Rule (asynchronously)
Delete a Custom Rule.
|
com.squareup.okhttp.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGetAsync(String ruleId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<CustomRuleDTO> callback)
Get a Custom Rule (asynchronously)
Retrieves a Custom Rule.
|
com.squareup.okhttp.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutAsync(String ruleId,
CustomRuleDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<CustomRuleDTO> callback)
Update a Custom Rule (asynchronously)
Updates an existing Custom Rule.
|
com.squareup.okhttp.Call |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionGetAsync(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<SubscriptionThrottlePolicyListDTO> callback)
Get all Subscription Throttling Policies (asynchronously)
This operation can be used to retrieve all Subscription level throttling policies.
|
com.squareup.okhttp.Call |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdDeleteAsync(String policyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete a Subscription Policy (asynchronously)
This operation can be used to delete a subscription-level throttling policy specifying the Id of the policy as a path paramter.
|
com.squareup.okhttp.Call |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdGetAsync(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<SubscriptionThrottlePolicyDTO> callback)
Get a Subscription Policy (asynchronously)
Retrieve a single subscription-level throttling policy.
|
com.squareup.okhttp.Call |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPutAsync(String policyId,
SubscriptionThrottlePolicyDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<SubscriptionThrottlePolicyDTO> callback)
Update a Subscription Policy (asynchronously)
Updates an existing subscription-level throttling policy.
|
com.squareup.okhttp.Call |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPostAsync(SubscriptionThrottlePolicyDTO body,
String contentType,
ApiCallback<SubscriptionThrottlePolicyDTO> callback)
Add a Subscription Throttling Policy (asynchronously)
This operation can be used to add a Subscription level throttling policy specifying the details of the policy in the payload.
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.unsubscribeAllAlertsAsync(ApiCallback<Void> callback)
Unsubscribe user from all the admin alert types.
|
com.squareup.okhttp.Call |
BotDetectionAlertSubscriptionsApi.unsubscribeFromBotDetectionAlertsAsync(String uuid,
ApiCallback<Void> callback)
Unsubscribe from bot detection alerts.
|
com.squareup.okhttp.Call |
WorkflowsIndividualApi.workflowsExternalWorkflowRefGetAsync(String externalWorkflowRef,
String ifNoneMatch,
ApiCallback<WorkflowInfoDTO> callback)
Get details of a the pending workflow request according to the External Workflow Reference.
|
com.squareup.okhttp.Call |
WorkflowCollectionApi.workflowsGetAsync(Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String workflowType,
ApiCallback<WorkflowListDTO> callback)
Retrieve All pending workflow processes (asynchronously)
This operation can be used to retrieve list of workflow pending processes.
|
com.squareup.okhttp.Call |
WorkflowsIndividualApi.workflowsUpdateWorkflowStatusPostAsync(String workflowReferenceId,
WorkflowDTO body,
ApiCallback<WorkflowDTO> callback)
Update workflow status (asynchronously)
This operation can be used to approve or reject a workflow task.
|
Copyright © 2020 WSO2 Inc. All rights reserved.