| Package | Description |
|---|---|
| com.mulesoft.mule.runtime.gw.policies.lifecyle | |
| com.mulesoft.mule.runtime.gw.policies.service |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
GateKeeper.everyPolicySuccessfullyApplied(List<PolicyDefinition> policyDefinitions,
List<PolicyDeploymentStatus> deploymentStatuses) |
void |
GateKeeper.onPolicySetDeploymentCompleted(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey,
PolicySet policySet,
List<PolicyDeploymentStatus> deploymentStatuses)
Check whether the API can be unblocked after a fresh
PolicySet has been applied to it |
default void |
PolicySetDeploymentListener.onPolicySetDeploymentCompleted(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey,
PolicySet policySet,
List<PolicyDeploymentStatus> deploymentStatuses)
Notifies that the deployment of a
PolicySet has been completed |
| Modifier and Type | Method and Description |
|---|---|
List<PolicyDeploymentStatus> |
DefaultPolicyDeploymentTracker.onlinePolicyStatuses(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey) |
List<PolicyDeploymentStatus> |
PolicyDeploymentTracker.onlinePolicyStatuses(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey)
Returns the statuses of the online policies that are being tracked
|
List<PolicyDeploymentStatus> |
DefaultPolicyDeploymentTracker.policyStatuses(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey) |
List<PolicyDeploymentStatus> |
PolicyDeploymentTracker.policyStatuses(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey)
Returns the statuses of the policies that are being tracked
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPolicyDeploymentTracker.policyDeployed(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey,
PolicyDeploymentStatus policyDeploymentStatus) |
void |
PolicyDeploymentListener.policyDeployed(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey,
PolicyDeploymentStatus status)
Informs that the a policy was deployed.
|
void |
PolicyDeploymentTracker.policyDeployed(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey,
PolicyDeploymentStatus policyDeploymentStatus)
Updates the deployment status of the specified policy
|
void |
PolicyDeploymentListener.policyRemoved(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey,
PolicyDeploymentStatus status)
Informs that a policy was removed
|
Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.