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 PolicyEngine
public void close()
close
in interface PolicyEngine
public PolicyRepositoryService getPolicyRepositoryService()
getPolicyRepositoryService
in interface PolicyEngine
public PolicyEngineConfiguration getPolicyEngineConfiguration()
getPolicyEngineConfiguration
in interface PolicyEngine