Package | Description |
---|---|
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.
|
Constructor and Description |
---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.