Modifier and Type | Field and Description |
---|---|
protected static Map<String,PolicyEngine> |
PolicyEngines.policyEngines |
Modifier and Type | Method and Description |
---|---|
PolicyEngine |
PolicyEngineConfiguration.buildActionEngine() |
static PolicyEngine |
PolicyEngines.getDefaultPolicyEngine() |
static PolicyEngine |
PolicyEngines.getPolicyEngine(String policyEngineName)
Obtain an policy engine by name.
|
Modifier and Type | Method and Description |
---|---|
AutoDeploymentStrategy<PolicyEngine> |
PolicyEngineConfiguration.getAutoDeploymentStrategy(String mode)
Gets the
AutoDeploymentStrategy for the provided mode. |
Collection<AutoDeploymentStrategy<PolicyEngine>> |
PolicyEngineConfiguration.getDeploymentStrategies() |
static Map<String,PolicyEngine> |
PolicyEngines.getPolicyEngines()
Provides access to policy engines to application clients in a managed server environment.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PolicyEngineConfiguration.autoDeployResources(PolicyEngine policyEngine) |
static void |
PolicyEngines.registerEngine(PolicyEngine policyEngine)
Registers the given policy engine.
|
static void |
PolicyEngines.unregister(PolicyEngine policyEngine)
Unregisters the given action engine.
|
Modifier and Type | Method and Description |
---|---|
void |
PolicyEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<PolicyEngine>> deploymentStrategies) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint,
Resource[] resources,
PolicyEngine engine) |
protected LockManager |
AbstractPolicyAutoDeploymentStrategy.getLockManager(PolicyEngine engine,
String deploymentNameHint) |
Modifier and Type | Method and Description |
---|---|
protected PolicyEngine |
PolicyEngineConfigurator.initEngine() |
Modifier and Type | Class and Description |
---|---|
class |
PolicyEngineImpl |
Modifier and Type | Field and Description |
---|---|
protected PolicyEngine |
DefaultPolicyDefinitionAutoDeployer.policyEngine |
Constructor and Description |
---|
DefaultPolicyDefinitionAutoDeployer(Collection<Resource> deploymentResources,
PolicyEngine policyEngine) |
DefaultPolicyDefinitionAutoDeployer(Collection<Resource> deploymentResources,
PolicyEngine policyEngine,
String deploymentName) |
Modifier and Type | Field and Description |
---|---|
protected PolicyEngine |
PolicyTestHelper.policyEngine |
Modifier and Type | Method and Description |
---|---|
protected PolicyEngine |
PolicyExtension.createPolicyEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
PolicyEngine |
PolicyTestHelper.getPolicyEngine() |
Constructor and Description |
---|
PolicyTestHelper(PolicyEngine policyEngine) |