Package | Description |
---|---|
org.jboss.security.xacml.core.ext | |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedAttributeFactoryProxy
Extension of AttributeFactory
|
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 |
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.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.