public class PolicyEngineImpl extends Object implements PolicyEngine
| Modifier and Type | Field and Description |
|---|---|
protected PolicyEngineConfiguration |
engineConfiguration |
protected org.slf4j.Logger |
logger |
protected String |
name |
protected PolicyRepositoryService |
policyRepositoryService |
| Constructor and Description |
|---|
PolicyEngineImpl(PolicyEngineConfiguration engineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getName() |
PolicyEngineConfiguration |
getPolicyEngineConfiguration() |
PolicyRepositoryService |
getPolicyRepositoryService() |
protected final org.slf4j.Logger logger
protected String name
protected PolicyEngineConfiguration engineConfiguration
protected PolicyRepositoryService policyRepositoryService
public PolicyEngineImpl(PolicyEngineConfiguration engineConfiguration)
public String getName()
getName in interface PolicyEnginepublic void close()
close in interface PolicyEnginepublic PolicyRepositoryService getPolicyRepositoryService()
getPolicyRepositoryService in interface PolicyEnginepublic PolicyEngineConfiguration getPolicyEngineConfiguration()
getPolicyEngineConfiguration in interface PolicyEngineCopyright © 2019. All rights reserved.