com.squareup.okhttp.Call |
SubscriptionValidationApi.apiPoliciesGetAsync(String xWSO2Tenant,
String policyName,
ApiCallback<ApiPolicyListDTO> callback) |
Get all API throttling policies (asynchronously)
This will provide access to api level throttling policies in database.
|
com.squareup.okhttp.Call |
SubscriptionValidationApi.apisGetAsync(String xWSO2Tenant,
String apiId,
String context,
String version,
String gatewayLabel,
String accept,
ApiCallback<APIListDTO> callback) |
Get all apis (asynchronously)
This will provide access to apis in database.
|
com.squareup.okhttp.Call |
SubscriptionValidationApi.applicationKeyMappingsGetAsync(String xWSO2Tenant,
String consumerKey,
String keymanager,
ApiCallback<ApplicationKeyMappingListDTO> callback) |
Get all application key mappings (asynchronously)
This will provide access to application vs key mappings in database.
|
com.squareup.okhttp.Call |
SubscriptionValidationApi.applicationPoliciesGetAsync(String xWSO2Tenant,
String policyName,
ApiCallback<ApplicationPolicyListDTO> callback) |
Get all application throttling policies (asynchronously)
This will provide access to application level throttling policies in database.
|
com.squareup.okhttp.Call |
SubscriptionValidationApi.applicationsGetAsync(String xWSO2Tenant,
Integer appId,
ApiCallback<ApplicationListDTO> callback) |
Get all applications (asynchronously)
This will provide access to applications in database.
|
com.squareup.okhttp.Call |
ThrottlingApi.blockGetAsync(ApiCallback<Map<String,BlockConditionsDTO>> callback) |
blocking events available (asynchronously)
This will provide access to throttled events in database.
|
com.squareup.okhttp.Call |
RetrievingRuntimeArtifactsApi.endpointCertificatesGetAsync(String xWSO2Tenant,
String alias,
ApiCallback<Void> callback) |
Get all the endpoint certificates for given alias.
|
com.squareup.okhttp.Call |
RetrievingRuntimeArtifactsApi.gaConfigGetAsync(String xWSO2Tenant,
String apiId,
ApiCallback<Void> callback) |
Get Google analytics config related to tenant.
|
com.squareup.okhttp.Call |
SubscriptionValidationApi.globalPoliciesGetAsync(String xWSO2Tenant,
String policyName,
ApiCallback<GlobalPolicyListDTO> callback) |
Get all Global throttling policies (asynchronously)
This will provide access to global throttling policies in database.
|
com.squareup.okhttp.Call |
ThrottlingApi.isThrottledGetAsync(String query,
ApiCallback<ThrottledEventDTO> callback) |
throttled events available (asynchronously)
This will provide access to throttled events in database.
|
com.squareup.okhttp.Call |
DefaultApi.keymanagersGetAsync(String xWSO2Tenant,
ApiCallback<List<KeyManagerDTO>> callback) |
An Array of key managers configured (asynchronously)
this will provide key managers configured
|
com.squareup.okhttp.Call |
DefaultApi.keyTemplatesGetAsync(ApiCallback<List<String>> callback) |
An Array of key templates according to custom policies (asynchronously)
This will provide access to key templates define in custom policies
|
com.squareup.okhttp.Call |
NotificationApi.notifyPostAsync(String xWSO2KEYMANAGER,
String body,
ApiCallback<Object> callback) |
Push notification events into nodes.
|
com.squareup.okhttp.Call |
RevokeJwt_Api.revokedjwtGetAsync(ApiCallback<RevokedJWTListDTO> callback) |
JTIs of revoked jwt tokens (asynchronously)
This will provide access to JTIs of revoked JWT tokens in database.
|
com.squareup.okhttp.Call |
RetrievingRuntimeArtifactsApi.runtimeArtifactsGetAsync(String xWSO2Tenant,
String apiId,
String gatewayLabel,
String type,
String name,
String version,
ApiCallback<Void> callback) |
Get all the runtime artifacts for a given API UUID and gateway label (asynchronously)
This will provide access to runtime artifacts in database.
|
com.squareup.okhttp.Call |
SubscriptionValidationApi.scopesGetAsync(String xWSO2Tenant,
String scopeKey,
ApiCallback<ScopesListDTO> callback) |
Get all scopes.
|
com.squareup.okhttp.Call |
SubscriptionValidationApi.subscriptionPoliciesGetAsync(String xWSO2Tenant,
String policyName,
ApiCallback<SubscriptionPolicyListDTO> callback) |
Get all subscription throttling policies (asynchronously)
This will provide access to subscription level throttling policies in database.
|
com.squareup.okhttp.Call |
SubscriptionValidationApi.subscriptionsGetAsync(String xWSO2Tenant,
Integer apiId,
Integer appId,
ApiCallback<SubscriptionListDTO> callback) |
Get all subscriptions (asynchronously)
This will provide access to subscriptions in database.
|
com.squareup.okhttp.Call |
RetrievingSynapseArtifactsApi.synapseAttributesGetAsync(String apiName,
String tenantDomain,
String version,
ApiCallback<SynapseAttributesDTO> callback) |
Get API UUID and label associated with it (asynchronously)
This will provide access to synapse artifacts in database.
|
com.squareup.okhttp.Call |
ThrottlingApi.throttleAsStringGetAsync(String query,
ApiCallback<String> callback) |
throttled events available (asynchronously)
This will provide access to throttled events in database.
|
com.squareup.okhttp.Call |
ThrottlingApi.throttleGetAsync(String query,
ApiCallback<List<ThrottledEventDTO>> callback) |
throttled events available (asynchronously)
This will provide access to throttled events in database.
|
com.squareup.okhttp.Call |
RetrievingWebhooksSubscriptionsApi.webhooksSubscriptionsGetAsync(String xWSO2Tenant,
ApiCallback<WebhooksSubscriptionsListDTO> callback) |
Get webhooks subscriptions (asynchronously)
This will provide list of webhooks subscriptions from the database.
|