eu.semiramis.policyManager.pdp.jboss
Interface LocatorFactory
- All Known Implementing Classes:
- StaticDirectoryLocatorFactory
public interface LocatorFactory
Interface for PolicyLocator
factories.
- Author:
- Paolo Roccetti
Method Summary |
org.jboss.security.xacml.interfaces.PolicyLocator |
getLocator(java.util.Properties properties)
Gets a PolicyLocator to locate policies for XACML request
evaluation. |
JBOSS_LOCATOR_FACTORY_CLASS_PROPERTY
static final java.lang.String JBOSS_LOCATOR_FACTORY_CLASS_PROPERTY
- See Also:
- Constant Field Values
getLocator
org.jboss.security.xacml.interfaces.PolicyLocator getLocator(java.util.Properties properties)
throws ConfigurationException
- Gets a
PolicyLocator
to locate policies for XACML request
evaluation.
- Parameters:
properties
- the Properties
to configure the PolicyLocator
- Returns:
- the
PolicyLocator
to use to locate policies
- Throws:
ConfigurationException
- if the retrieve of the PolicyLocator
fails