|
JBoss port of sunxacml 2.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeFactoryProxy | |
---|---|
org.jboss.security.xacml.sunxacml | This is the root package, which contains the PDP class where most people will want to start. |
org.jboss.security.xacml.sunxacml.attr | Contains many of the classes related to attributes and attribute retrieval. |
Uses of AttributeFactoryProxy in org.jboss.security.xacml.sunxacml |
---|
Constructors in org.jboss.security.xacml.sunxacml with parameters of type AttributeFactoryProxy | |
---|---|
PolicyMetaData(int xacmlVersion,
int xpathVersion,
AttributeFactoryProxy attributeFactoryProxy,
CombiningAlgFactoryProxy combiningAlgFactoryProxy,
FunctionFactoryProxy functionFactoryProxy)
Creates a PolicyMetaData instance with the given
parameters. |
|
PolicyMetaData(String xacmlVersion,
String xpathVersion,
AttributeFactoryProxy attributeFactoryProxy,
CombiningAlgFactoryProxy combiningAlgFactoryProxy,
FunctionFactoryProxy functionFactoryProxy)
Creates a PolicyMetaData instance with the given
parameters. |
Uses of AttributeFactoryProxy in org.jboss.security.xacml.sunxacml.attr |
---|
Methods in org.jboss.security.xacml.sunxacml.attr with parameters of type AttributeFactoryProxy | |
---|---|
static void |
AttributeFactory.registerFactory(String identifier,
AttributeFactoryProxy proxy)
Registers the given factory proxy with the given identifier. |
static void |
AttributeFactory.setDefaultFactory(AttributeFactoryProxy proxy)
Sets the default factory. |
|
JBoss port of sunxacml 2.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |