| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin | |
| org.wso2.am.integration.clients.admin.api |
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback)
Build HTTP call with the given options.
|
okhttp3.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback)
Build an HTTP request with the given options.
|
<T> void |
ApiClient.executeAsync(okhttp3.Call call,
ApiCallback<T> callback)
|
<T> void |
ApiClient.executeAsync(okhttp3.Call call,
Type returnType,
ApiCallback<T> callback)
Execute HTTP call asynchronously.
|
| Constructor and Description |
|---|
ProgressRequestBody(okhttp3.RequestBody requestBody,
ApiCallback callback) |
ProgressResponseBody(okhttp3.ResponseBody responseBody,
ApiCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
okhttp3.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
|
okhttp3.Call |
ApiCategoryIndividualApi.apiCategoriesApiCategoryIdDeleteCall(String apiCategoryId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback)
Build call for apiCategoriesApiCategoryIdDelete
|
okhttp3.Call |
ApiCategoryIndividualApi.apiCategoriesApiCategoryIdPutAsync(String apiCategoryId,
APICategoryDTO apICategoryDTO,
ApiCallback<APICategoryDTO> _callback)
Update an API Category (asynchronously)
Update an API Category by category Id
|
okhttp3.Call |
ApiCategoryIndividualApi.apiCategoriesApiCategoryIdPutCall(String apiCategoryId,
APICategoryDTO apICategoryDTO,
ApiCallback _callback)
Build call for apiCategoriesApiCategoryIdPut
|
okhttp3.Call |
ApiCategoryCollectionApi.apiCategoriesGetAsync(ApiCallback<APICategoryListDTO> _callback)
Get all API Categories (asynchronously)
Get all API categories
|
okhttp3.Call |
ApiCategoryCollectionApi.apiCategoriesGetCall(ApiCallback _callback)
Build call for apiCategoriesGet
|
okhttp3.Call |
ApiCategoryIndividualApi.apiCategoriesPostAsync(APICategoryDTO apICategoryDTO,
ApiCallback<APICategoryDTO> _callback)
Add API Category (asynchronously)
Add a new API category
|
okhttp3.Call |
ApiCategoryIndividualApi.apiCategoriesPostCall(APICategoryDTO apICategoryDTO,
ApiCallback _callback)
Build call for apiCategoriesPost
|
okhttp3.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.
|
okhttp3.Call |
ApplicationApi.applicationsApplicationIdChangeOwnerPostCall(String owner,
String applicationId,
ApiCallback _callback)
Build call for applicationsApplicationIdChangeOwnerPost
|
okhttp3.Call |
ApplicationsApi.applicationsApplicationIdDeleteAsync(String applicationId,
String ifMatch,
ApiCallback<Void> _callback)
Delete an Application (asynchronously)
This operation can be used to delete an application by specifying its id.
|
okhttp3.Call |
ApplicationsApi.applicationsApplicationIdDeleteCall(String applicationId,
String ifMatch,
ApiCallback _callback)
Build call for applicationsApplicationIdDelete
|
okhttp3.Call |
ApplicationCollectionApi.applicationsGetAsync(String user,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String name,
String tenantDomain,
ApiCallback<ApplicationListDTO> _callback)
Retrieve/Search Applications (asynchronously)
This operation can be used to retrieve list of applications owned by the given user, If no user is provided, the applications owned by the user associated with the provided access token will be returned.
|
okhttp3.Call |
ApplicationCollectionApi.applicationsGetCall(String user,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String name,
String tenantDomain,
ApiCallback _callback)
Build call for applicationsGet
|
okhttp3.Call |
EnvironmentApi.environmentsEnvironmentIdDeleteAsync(String environmentId,
ApiCallback<Void> _callback)
Delete an Environment (asynchronously)
Delete a Environment by Environment Id
|
okhttp3.Call |
EnvironmentApi.environmentsEnvironmentIdDeleteCall(String environmentId,
ApiCallback _callback)
Build call for environmentsEnvironmentIdDelete
|
okhttp3.Call |
EnvironmentApi.environmentsEnvironmentIdPutAsync(String environmentId,
EnvironmentDTO environmentDTO,
ApiCallback<EnvironmentDTO> _callback)
Update an Environment (asynchronously)
Update a gateway Environment by environment Id
|
okhttp3.Call |
EnvironmentApi.environmentsEnvironmentIdPutCall(String environmentId,
EnvironmentDTO environmentDTO,
ApiCallback _callback)
Build call for environmentsEnvironmentIdPut
|
okhttp3.Call |
EnvironmentCollectionApi.environmentsGetAsync(ApiCallback<EnvironmentListDTO> _callback)
Get all registered Environments (asynchronously)
Get all Registered Environments
|
okhttp3.Call |
EnvironmentCollectionApi.environmentsGetCall(ApiCallback _callback)
Build call for environmentsGet
|
okhttp3.Call |
EnvironmentApi.environmentsPostAsync(EnvironmentDTO environmentDTO,
ApiCallback<EnvironmentDTO> _callback)
Add an Environment (asynchronously)
Add a new geteway environment
|
okhttp3.Call |
EnvironmentApi.environmentsPostCall(EnvironmentDTO environmentDTO,
ApiCallback _callback)
Build call for environmentsPost
|
okhttp3.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.
|
okhttp3.Call |
ApiIndividualApi.exportApiGetCall(String name,
String version,
String providerName,
String format,
Boolean preserveStatus,
ApiCallback _callback)
Build call for exportApiGet
|
okhttp3.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.
|
okhttp3.Call |
ApiProductIndividualApi.exportApiProductGetCall(String name,
String version,
String providerName,
String format,
Boolean preserveStatus,
ApiCallback _callback)
Build call for exportApiProductGet
|
okhttp3.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.
|
okhttp3.Call |
ApplicationIndividualApi.exportApplicationsGetCall(String appName,
String appOwner,
Boolean withKeys,
ApiCallback _callback)
Build call for exportApplicationsGet
|
okhttp3.Call |
TenantThemeApi.exportTenantThemeAsync(ApiCallback<File> _callback)
Export a DevPortal Tenant Theme (asynchronously)
This operation can be used to export a DevPortal tenant theme as a zip file.
|
okhttp3.Call |
TenantThemeApi.exportTenantThemeCall(ApiCallback _callback)
Build call for exportTenantTheme
|
okhttp3.Call |
AlertsApi.getAdminAlertTypesAsync(ApiCallback<AlertTypesListDTO> _callback)
Get all Admin Alert Types (asynchronously)
This operation is used to get the list of supportd alert types for the apim admin dashboard
|
okhttp3.Call |
AlertsApi.getAdminAlertTypesCall(ApiCallback _callback)
Build call for getAdminAlertTypes
|
okhttp3.Call |
BotDetectionAlertSubscriptionsApi.getBotDetectionAlertSubscriptionsAsync(ApiCallback<BotDetectionAlertSubscriptionListDTO> _callback)
Get Subscriptions for Bot Detection (asynchronously)
Get the list of subscriptions which are subscribed to receive email alerts for bot detection
|
okhttp3.Call |
BotDetectionAlertSubscriptionsApi.getBotDetectionAlertSubscriptionsCall(ApiCallback _callback)
Build call for getBotDetectionAlertSubscriptions
|
okhttp3.Call |
BotDetectionDataApi.getBotDetectionDataAsync(ApiCallback<BotDetectionDataListDTO> _callback)
Get all Bot Detected Data (asynchronously)
Get all bot detected data
|
okhttp3.Call |
BotDetectionDataApi.getBotDetectionDataCall(ApiCallback _callback)
Build call for getBotDetectionData
|
okhttp3.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
|
okhttp3.Call |
TenantsApi.getCustomUrlInfoByTenantDomainCall(String tenantDomain,
ApiCallback _callback)
Build call for getCustomUrlInfoByTenantDomain
|
okhttp3.Call |
AlertSubscriptionsApi.getSubscribedAlertTypesAsync(ApiCallback<AlertsSubscriptionDTO> _callback)
Get Subscribed Alert Types (asynchronously)
This operation is used to get the list of subscribed alert types by the user.
|
okhttp3.Call |
AlertSubscriptionsApi.getSubscribedAlertTypesCall(ApiCallback _callback)
Build call for getSubscribedAlertTypes
|
okhttp3.Call |
TenantsApi.getTenantInfoByUsernameAsync(String username,
ApiCallback<TenantInfoDTO> _callback)
Get Tenant Id of User (asynchronously)
This operation is to get tenant id of the provided user
|
okhttp3.Call |
TenantsApi.getTenantInfoByUsernameCall(String username,
ApiCallback _callback)
Build call for getTenantInfoByUsername
|
okhttp3.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.
|
okhttp3.Call |
ApiIndividualApi.importApiPostCall(File file,
Boolean preserveProvider,
Boolean overwrite,
ApiCallback _callback)
Build call for importApiPost
|
okhttp3.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.
|
okhttp3.Call |
ApiProductIndividualApi.importApiProductPostCall(File file,
Boolean preserveProvider,
Boolean importAPIs,
Boolean overwriteAPIProduct,
Boolean overwriteAPIs,
ApiCallback _callback)
Build call for importApiProductPost
|
okhttp3.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.
|
okhttp3.Call |
ApplicationIndividualApi.importApplicationsPostCall(File file,
Boolean preserveOwner,
Boolean skipSubscriptions,
String appOwner,
Boolean skipApplicationKeys,
Boolean update,
ApiCallback _callback)
Build call for importApplicationsPost
|
okhttp3.Call |
TenantThemeApi.importTenantThemeAsync(File file,
ApiCallback<Void> _callback)
Import a DevPortal Tenant Theme (asynchronously)
This operation can be used to import a DevPortal tenant theme.
|
okhttp3.Call |
TenantThemeApi.importTenantThemeCall(File file,
ApiCallback _callback)
Build call for importTenantTheme
|
okhttp3.Call |
KeyManagerCollectionApi.keyManagersDiscoverPostAsync(String url,
String type,
ApiCallback<KeyManagerWellKnownResponseDTO> _callback)
Retrieve Well-known information from Key Manager Well-known Endpoint (asynchronously)
Retrieve well-known information from key manager's well-known endpoint
|
okhttp3.Call |
KeyManagerCollectionApi.keyManagersDiscoverPostCall(String url,
String type,
ApiCallback _callback)
Build call for keyManagersDiscoverPost
|
okhttp3.Call |
KeyManagerCollectionApi.keyManagersGetAsync(ApiCallback<KeyManagerListDTO> _callback)
Get all Key managers (asynchronously)
Get all Key managers
|
okhttp3.Call |
KeyManagerCollectionApi.keyManagersGetCall(ApiCallback _callback)
Build call for keyManagersGet
|
okhttp3.Call |
KeyManagerIndividualApi.keyManagersKeyManagerIdDeleteAsync(String keyManagerId,
ApiCallback<Void> _callback)
Delete a Key Manager (asynchronously)
Delete a Key Manager by keyManager id
|
okhttp3.Call |
KeyManagerIndividualApi.keyManagersKeyManagerIdDeleteCall(String keyManagerId,
ApiCallback _callback)
Build call for keyManagersKeyManagerIdDelete
|
okhttp3.Call |
KeyManagerIndividualApi.keyManagersKeyManagerIdGetAsync(String keyManagerId,
ApiCallback<KeyManagerDTO> _callback)
Get a Key Manager Configuration (asynchronously)
Retrieve a single Key Manager Configuration.
|
okhttp3.Call |
KeyManagerIndividualApi.keyManagersKeyManagerIdGetCall(String keyManagerId,
ApiCallback _callback)
Build call for keyManagersKeyManagerIdGet
|
okhttp3.Call |
KeyManagerIndividualApi.keyManagersKeyManagerIdPutAsync(String keyManagerId,
KeyManagerDTO keyManagerDTO,
ApiCallback<KeyManagerDTO> _callback)
Update a Key Manager (asynchronously)
Update a Key Manager by keyManager id
|
okhttp3.Call |
KeyManagerIndividualApi.keyManagersKeyManagerIdPutCall(String keyManagerId,
KeyManagerDTO keyManagerDTO,
ApiCallback _callback)
Build call for keyManagersKeyManagerIdPut
|
okhttp3.Call |
KeyManagerCollectionApi.keyManagersPostAsync(KeyManagerDTO keyManagerDTO,
ApiCallback<KeyManagerDTO> _callback)
Add a new API Key Manager (asynchronously)
Add a new API Key Manager
|
okhttp3.Call |
KeyManagerCollectionApi.keyManagersPostCall(KeyManagerDTO keyManagerDTO,
ApiCallback _callback)
Build call for keyManagersPost
|
okhttp3.Call |
LabelCollectionApi.labelsGetAsync(ApiCallback<LabelListDTO> _callback)
Get all registered Labels (asynchronously)
Get all Registered Labels
|
okhttp3.Call |
LabelCollectionApi.labelsGetCall(ApiCallback _callback)
Build call for labelsGet
|
okhttp3.Call |
LabelApi.labelsLabelIdDeleteAsync(String labelId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> _callback)
Delete a Label (asynchronously)
Delete a Label by label Id
|
okhttp3.Call |
LabelApi.labelsLabelIdDeleteCall(String labelId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback)
Build call for labelsLabelIdDelete
|
okhttp3.Call |
LabelApi.labelsLabelIdPutAsync(String labelId,
LabelDTO labelDTO,
ApiCallback<LabelDTO> _callback)
Update a Label (asynchronously)
Update a Label by label Id
|
okhttp3.Call |
LabelApi.labelsLabelIdPutCall(String labelId,
LabelDTO labelDTO,
ApiCallback _callback)
Build call for labelsLabelIdPut
|
okhttp3.Call |
LabelApi.labelsPostAsync(LabelDTO labelDTO,
ApiCallback<LabelDTO> _callback)
Add a Label (asynchronously)
Add a new gateway label
|
okhttp3.Call |
LabelApi.labelsPostCall(LabelDTO labelDTO,
ApiCallback _callback)
Build call for labelsPost
|
okhttp3.Call |
MonetizationCollectionApi.monetizationPublishUsagePostAsync(ApiCallback<PublishStatusDTO> _callback)
Publish Usage Records (asynchronously)
Publish usage records of monetized APIs
|
okhttp3.Call |
MonetizationCollectionApi.monetizationPublishUsagePostCall(ApiCallback _callback)
Build call for monetizationPublishUsagePost
|
okhttp3.Call |
MonetizationCollectionApi.monetizationPublishUsageStatusGetAsync(ApiCallback<MonetizationUsagePublishInfoDTO> _callback)
Get the Status of Monetization Usage Publisher (asynchronously)
Get the status of monetization usage publisher
|
okhttp3.Call |
MonetizationCollectionApi.monetizationPublishUsageStatusGetCall(ApiCallback _callback)
Build call for monetizationPublishUsageStatusGet
|
okhttp3.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 all available global mediation policies.
|
okhttp3.Call |
MediationPolicyCollectionApi.policiesMediationGetCall(Integer limit,
Integer offset,
String query,
String accept,
String ifNoneMatch,
ApiCallback _callback)
Build call for policiesMediationGet
|
okhttp3.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.
|
okhttp3.Call |
MediationPolicyIndividualApi.policiesMediationMediationPolicyIdDeleteCall(String mediationPolicyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback)
Build call for policiesMediationMediationPolicyIdDelete
|
okhttp3.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.
|
okhttp3.Call |
MediationPolicyIndividualApi.policiesMediationMediationPolicyIdGetCall(String mediationPolicyId,
String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback)
Build call for policiesMediationMediationPolicyIdGet
|
okhttp3.Call |
MediationPolicyIndividualApi.policiesMediationMediationPolicyIdPutAsync(String mediationPolicyId,
String contentType,
MediationDTO mediationDTO,
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.
|
okhttp3.Call |
MediationPolicyIndividualApi.policiesMediationMediationPolicyIdPutCall(String mediationPolicyId,
String contentType,
MediationDTO mediationDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback)
Build call for policiesMediationMediationPolicyIdPut
|
okhttp3.Call |
MediationPolicyCollectionApi.policiesMediationPostAsync(String contentType,
MediationDTO mediationDTO,
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.
|
okhttp3.Call |
MediationPolicyCollectionApi.policiesMediationPostCall(String contentType,
MediationDTO mediationDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback)
Build call for policiesMediationPost
|
okhttp3.Call |
SettingsApi.settingsGetAsync(ApiCallback<SettingsDTO> _callback)
Retreive Admin Settings (asynchronously)
Retreive admin settings
|
okhttp3.Call |
SettingsApi.settingsGetCall(ApiCallback _callback)
Build call for settingsGet
|
okhttp3.Call |
BotDetectionAlertSubscriptionsApi.subscribeForBotDetectionAlertsAsync(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO,
ApiCallback<BotDetectionAlertSubscriptionDTO> _callback)
Subscribe for Bot Detection Alerts (asynchronously)
Register a subscription for bot detection alerts
|
okhttp3.Call |
BotDetectionAlertSubscriptionsApi.subscribeForBotDetectionAlertsCall(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO,
ApiCallback _callback)
Build call for subscribeForBotDetectionAlerts
|
okhttp3.Call |
AlertSubscriptionsApi.subscribeToAlertsAsync(AlertsSubscriptionDTO alertsSubscriptionDTO,
ApiCallback<AlertsSubscriptionDTO> _callback)
Subscribe to an Admin Alert (asynchronously)
This operation is used to subscribe to admin alerts
|
okhttp3.Call |
AlertSubscriptionsApi.subscribeToAlertsCall(AlertsSubscriptionDTO alertsSubscriptionDTO,
ApiCallback _callback)
Build call for subscribeToAlerts
|
okhttp3.Call |
SystemScopesApi.systemScopesGetAsync(ApiCallback<ScopeListDTO> _callback)
Get Role Scope Mappings (asynchronously)
This operation is used to get the list of role scope mapping from tenant-conf for the apim admin dashboard
|
okhttp3.Call |
SystemScopesApi.systemScopesGetCall(ApiCallback _callback)
Build call for systemScopesGet
|
okhttp3.Call |
SystemScopesApi.systemScopesRoleAliasesGetAsync(ApiCallback<RoleAliasListDTO> _callback)
Retrieve Role Alias Mappings (asynchronously)
This operation can be used to retreive role alias mapping
|
okhttp3.Call |
SystemScopesApi.systemScopesRoleAliasesGetCall(ApiCallback _callback)
Build call for systemScopesRoleAliasesGet
|
okhttp3.Call |
SystemScopesApi.systemScopesRoleAliasesPutAsync(RoleAliasListDTO roleAliasListDTO,
ApiCallback<RoleAliasListDTO> _callback)
Add a New Role Alias (asynchronously)
This operation can be used to add a new role alias mapping for system scope roles
|
okhttp3.Call |
SystemScopesApi.systemScopesRoleAliasesPutCall(RoleAliasListDTO roleAliasListDTO,
ApiCallback _callback)
Build call for systemScopesRoleAliasesPut
|
okhttp3.Call |
SystemScopesApi.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
|
okhttp3.Call |
SystemScopesApi.systemScopesScopeNameGetCall(String scopeName,
String username,
ApiCallback _callback)
Build call for systemScopesScopeNameGet
|
okhttp3.Call |
DenyPoliciesCollectionApi.throttlingDenyPoliciesGetAsync(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<BlockingConditionListDTO> _callback)
Get all Deny Policies (asynchronously)
Retrieves all existing deny policies.
|
okhttp3.Call |
DenyPoliciesCollectionApi.throttlingDenyPoliciesGetCall(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback)
Build call for throttlingDenyPoliciesGet
|
okhttp3.Call |
DenyPoliciesCollectionApi.throttlingDenyPoliciesPostAsync(String contentType,
BlockingConditionDTO blockingConditionDTO,
ApiCallback<BlockingConditionDTO> _callback)
Add a deny policy (asynchronously)
Adds a new deny policy
|
okhttp3.Call |
DenyPoliciesCollectionApi.throttlingDenyPoliciesPostCall(String contentType,
BlockingConditionDTO blockingConditionDTO,
ApiCallback _callback)
Build call for throttlingDenyPoliciesPost
|
okhttp3.Call |
DenyPolicyIndividualApi.throttlingDenyPolicyConditionIdDeleteAsync(String conditionId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> _callback)
Delete a Deny Policy (asynchronously)
Deletes an existing deny policy
|
okhttp3.Call |
DenyPolicyIndividualApi.throttlingDenyPolicyConditionIdDeleteCall(String conditionId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback)
Build call for throttlingDenyPolicyConditionIdDelete
|
okhttp3.Call |
DenyPolicyIndividualApi.throttlingDenyPolicyConditionIdGetAsync(String conditionId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<BlockingConditionDTO> _callback)
Get a Deny Policy (asynchronously)
Retrieves a Deny policy providing the condition Id
|
okhttp3.Call |
DenyPolicyIndividualApi.throttlingDenyPolicyConditionIdGetCall(String conditionId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback)
Build call for throttlingDenyPolicyConditionIdGet
|
okhttp3.Call |
DenyPolicyIndividualApi.throttlingDenyPolicyConditionIdPatchAsync(String conditionId,
String contentType,
BlockingConditionStatusDTO blockingConditionStatusDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<BlockingConditionDTO> _callback)
Update a Deny Policy (asynchronously)
Update a deny policy by Id
|
okhttp3.Call |
DenyPolicyIndividualApi.throttlingDenyPolicyConditionIdPatchCall(String conditionId,
String contentType,
BlockingConditionStatusDTO blockingConditionStatusDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback)
Build call for throttlingDenyPolicyConditionIdPatch
|
okhttp3.Call |
AdvancedPolicyCollectionApi.throttlingPoliciesAdvancedGetAsync(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<AdvancedThrottlePolicyListDTO> _callback)
Get all Advanced Throttling Policies (asynchronously)
Retrieves all existing advanced throttling policies.
|
okhttp3.Call |
AdvancedPolicyCollectionApi.throttlingPoliciesAdvancedGetCall(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback)
Build call for throttlingPoliciesAdvancedGet
|
okhttp3.Call |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdDeleteAsync(String policyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> _callback)
Delete an Advanced Throttling Policy (asynchronously)
Deletes an advanced throttling policy.
|
okhttp3.Call |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdDeleteCall(String policyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback)
Build call for throttlingPoliciesAdvancedPolicyIdDelete
|
okhttp3.Call |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdGetAsync(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<AdvancedThrottlePolicyDTO> _callback)
Get an Advanced Throttling Policy (asynchronously)
Retrieves an advanced throttling policy.
|
okhttp3.Call |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdGetCall(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback)
Build call for throttlingPoliciesAdvancedPolicyIdGet
|
okhttp3.Call |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdPutAsync(String policyId,
String contentType,
AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<AdvancedThrottlePolicyDTO> _callback)
Update an Advanced Throttling Policy (asynchronously)
Updates an existing Advanced throttling policy.
|
okhttp3.Call |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdPutCall(String policyId,
String contentType,
AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback)
Build call for throttlingPoliciesAdvancedPolicyIdPut
|
okhttp3.Call |
AdvancedPolicyCollectionApi.throttlingPoliciesAdvancedPostAsync(String contentType,
AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO,
ApiCallback<AdvancedThrottlePolicyDTO> _callback)
Add an Advanced Throttling Policy (asynchronously)
Add a new advanced throttling policy.
|
okhttp3.Call |
AdvancedPolicyCollectionApi.throttlingPoliciesAdvancedPostCall(String contentType,
AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO,
ApiCallback _callback)
Build call for throttlingPoliciesAdvancedPost
|
okhttp3.Call |
ApplicationPolicyCollectionApi.throttlingPoliciesApplicationGetAsync(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<ApplicationThrottlePolicyListDTO> _callback)
Get all Application Throttling Policies (asynchronously)
Retrieves all existing application throttling policies.
|
okhttp3.Call |
ApplicationPolicyCollectionApi.throttlingPoliciesApplicationGetCall(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback)
Build call for throttlingPoliciesApplicationGet
|
okhttp3.Call |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdDeleteAsync(String policyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> _callback)
Delete an Application Throttling policy (asynchronously)
Deletes an application level throttling policy.
|
okhttp3.Call |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdDeleteCall(String policyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback)
Build call for throttlingPoliciesApplicationPolicyIdDelete
|
okhttp3.Call |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdGetAsync(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<ApplicationThrottlePolicyDTO> _callback)
Get an Application Throttling Policy (asynchronously)
Retrieves an application throttling policy.
|
okhttp3.Call |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdGetCall(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback)
Build call for throttlingPoliciesApplicationPolicyIdGet
|
okhttp3.Call |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdPutAsync(String policyId,
String contentType,
ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<ApplicationThrottlePolicyDTO> _callback)
Update an Application Throttling policy (asynchronously)
Updates an existing application level throttling policy.
|
okhttp3.Call |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdPutCall(String policyId,
String contentType,
ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback)
Build call for throttlingPoliciesApplicationPolicyIdPut
|
okhttp3.Call |
ApplicationPolicyCollectionApi.throttlingPoliciesApplicationPostAsync(String contentType,
ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO,
ApiCallback<ApplicationThrottlePolicyDTO> _callback)
Add an Application Throttling Policy (asynchronously)
This operation can be used to add a new application level throttling policy.
|
okhttp3.Call |
ApplicationPolicyCollectionApi.throttlingPoliciesApplicationPostCall(String contentType,
ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO,
ApiCallback _callback)
Build call for throttlingPoliciesApplicationPost
|
okhttp3.Call |
CustomRulesCollectionApi.throttlingPoliciesCustomGetAsync(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<CustomRuleListDTO> _callback)
Get all Custom Rules (asynchronously)
Retrieves all custom rules.
|
okhttp3.Call |
CustomRulesCollectionApi.throttlingPoliciesCustomGetCall(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback)
Build call for throttlingPoliciesCustomGet
|
okhttp3.Call |
CustomRulesCollectionApi.throttlingPoliciesCustomPostAsync(String contentType,
CustomRuleDTO customRuleDTO,
ApiCallback<CustomRuleDTO> _callback)
Add a Custom Rule (asynchronously)
Adds a new custom rule.
|
okhttp3.Call |
CustomRulesCollectionApi.throttlingPoliciesCustomPostCall(String contentType,
CustomRuleDTO customRuleDTO,
ApiCallback _callback)
Build call for throttlingPoliciesCustomPost
|
okhttp3.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdDeleteAsync(String ruleId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> _callback)
Delete a Custom Rule (asynchronously)
Delete a custom rule.
|
okhttp3.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdDeleteCall(String ruleId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback)
Build call for throttlingPoliciesCustomRuleIdDelete
|
okhttp3.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGetAsync(String ruleId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<CustomRuleDTO> _callback)
Get a Custom Rule (asynchronously)
Retrieves a custom rule.
|
okhttp3.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGetCall(String ruleId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback)
Build call for throttlingPoliciesCustomRuleIdGet
|
okhttp3.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutAsync(String ruleId,
String contentType,
CustomRuleDTO customRuleDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<CustomRuleDTO> _callback)
Update a Custom Rule (asynchronously)
Updates an existing custom rule.
|
okhttp3.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutCall(String ruleId,
String contentType,
CustomRuleDTO customRuleDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback)
Build call for throttlingPoliciesCustomRuleIdPut
|
okhttp3.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.
|
okhttp3.Call |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionGetCall(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback)
Build call for throttlingPoliciesSubscriptionGet
|
okhttp3.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 by specifying the Id of the policy as a path paramter.
|
okhttp3.Call |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdDeleteCall(String policyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback)
Build call for throttlingPoliciesSubscriptionPolicyIdDelete
|
okhttp3.Call |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdGetAsync(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<SubscriptionThrottlePolicyDTO> _callback)
Get a Subscription Policy (asynchronously)
This operation can be used to retrieves subscription level throttling policy by specifying the Id of the policy as a path paramter
|
okhttp3.Call |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdGetCall(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback _callback)
Build call for throttlingPoliciesSubscriptionPolicyIdGet
|
okhttp3.Call |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPutAsync(String policyId,
String contentType,
SubscriptionThrottlePolicyDTO subscriptionThrottlePolicyDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<SubscriptionThrottlePolicyDTO> _callback)
Update a Subscription Policy (asynchronously)
Updates an existing subscription level throttling policy.
|
okhttp3.Call |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPutCall(String policyId,
String contentType,
SubscriptionThrottlePolicyDTO subscriptionThrottlePolicyDTO,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback _callback)
Build call for throttlingPoliciesSubscriptionPolicyIdPut
|
okhttp3.Call |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPostAsync(String contentType,
SubscriptionThrottlePolicyDTO subscriptionThrottlePolicyDTO,
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.
|
okhttp3.Call |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPostCall(String contentType,
SubscriptionThrottlePolicyDTO subscriptionThrottlePolicyDTO,
ApiCallback _callback)
Build call for throttlingPoliciesSubscriptionPost
|
okhttp3.Call |
AlertSubscriptionsApi.unsubscribeAllAlertsAsync(ApiCallback<Void> _callback)
Unsubscribe User from all Admin Alerts (asynchronously)
This operation is used to unsubscribe the respective user from all the admin alert types.
|
okhttp3.Call |
AlertSubscriptionsApi.unsubscribeAllAlertsCall(ApiCallback _callback)
Build call for unsubscribeAllAlerts
|
okhttp3.Call |
BotDetectionAlertSubscriptionsApi.unsubscribeFromBotDetectionAlertsAsync(String uuid,
ApiCallback<Void> _callback)
Unsubscribe from bot detection alerts.
|
okhttp3.Call |
BotDetectionAlertSubscriptionsApi.unsubscribeFromBotDetectionAlertsCall(String uuid,
ApiCallback _callback)
Build call for unsubscribeFromBotDetectionAlerts
|
okhttp3.Call |
SystemScopesApi.updateRolesForScopeAsync(ScopeListDTO scopeListDTO,
ApiCallback<ScopeListDTO> _callback)
Update Roles For Scope (asynchronously)
This operation is used to update the roles for all scopes
|
okhttp3.Call |
SystemScopesApi.updateRolesForScopeCall(ScopeListDTO scopeListDTO,
ApiCallback _callback)
Build call for updateRolesForScope
|
okhttp3.Call |
WorkflowsIndividualApi.workflowsExternalWorkflowRefGetAsync(String externalWorkflowRef,
String ifNoneMatch,
ApiCallback<WorkflowInfoDTO> _callback)
Get Pending Workflow Details by External Workflow Reference (asynchronously)
Using this operation, you can retrieve complete details of a pending workflow request that either belongs to application creation, application subscription, application registration, api state change, user self sign up..
|
okhttp3.Call |
WorkflowsIndividualApi.workflowsExternalWorkflowRefGetCall(String externalWorkflowRef,
String ifNoneMatch,
ApiCallback _callback)
Build call for workflowsExternalWorkflowRefGet
|
okhttp3.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.
|
okhttp3.Call |
WorkflowCollectionApi.workflowsGetCall(Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String workflowType,
ApiCallback _callback)
Build call for workflowsGet
|
okhttp3.Call |
WorkflowsIndividualApi.workflowsUpdateWorkflowStatusPostAsync(String workflowReferenceId,
WorkflowDTO workflowDTO,
ApiCallback<WorkflowDTO> _callback)
Update Workflow Status (asynchronously)
This operation can be used to approve or reject a workflow task.
|
okhttp3.Call |
WorkflowsIndividualApi.workflowsUpdateWorkflowStatusPostCall(String workflowReferenceId,
WorkflowDTO workflowDTO,
ApiCallback _callback)
Build call for workflowsUpdateWorkflowStatusPost
|
Copyright © 2021 WSO2 Inc. All rights reserved.