|
JBoss port of sunxacml 2.0.5-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CombiningAlgFactoryProxy | |
---|---|
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.combine | All of the combining algorithm support is in this package. |
Uses of CombiningAlgFactoryProxy in org.jboss.security.xacml.sunxacml |
---|
Constructors in org.jboss.security.xacml.sunxacml with parameters of type CombiningAlgFactoryProxy | |
---|---|
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 CombiningAlgFactoryProxy in org.jboss.security.xacml.sunxacml.combine |
---|
Methods in org.jboss.security.xacml.sunxacml.combine with parameters of type CombiningAlgFactoryProxy | |
---|---|
static void |
CombiningAlgFactory.registerFactory(String identifier,
CombiningAlgFactoryProxy proxy)
Registers the given factory proxy with the given identifier. |
static void |
CombiningAlgFactory.setDefaultFactory(CombiningAlgFactoryProxy proxy)
Sets the default factory. |
|
JBoss port of sunxacml 2.0.5-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |