|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.semiramis.policyManager.pdp.jboss.locators.StaticDirectoryLocatorFactory
public class StaticDirectoryLocatorFactory
Concrete implementation of the LocatorFactory
that creates
StaticDirectoryLocator
objects.
Field Summary | |
---|---|
static java.lang.String |
JBOSS_POLICYSET_DIR_PROPERTY
|
Fields inherited from interface eu.semiramis.policyManager.pdp.jboss.LocatorFactory |
---|
JBOSS_LOCATOR_FACTORY_CLASS_PROPERTY |
Constructor Summary | |
---|---|
StaticDirectoryLocatorFactory()
|
Method Summary | |
---|---|
org.jboss.security.xacml.interfaces.PolicyLocator |
getLocator(java.util.Properties properties)
Gets a PolicyLocator to locate policies for XACML request
evaluation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String JBOSS_POLICYSET_DIR_PROPERTY
Constructor Detail |
---|
public StaticDirectoryLocatorFactory()
Method Detail |
---|
public org.jboss.security.xacml.interfaces.PolicyLocator getLocator(java.util.Properties properties) throws ConfigurationException
LocatorFactory
PolicyLocator
to locate policies for XACML request
evaluation.
getLocator
in interface LocatorFactory
properties
- the Properties
to configure the PolicyLocator
PolicyLocator
to use to locate policies
ConfigurationException
- if the retrieve of the PolicyLocator
fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |