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 |
ExtendedAttributeFactory
Extendible Attribute factory
|
Modifier and Type | Method and Description |
---|---|
AttributeFactory |
ExtendedAttributeFactoryProxy.getFactory() |
Modifier and Type | Method and Description |
---|---|
AttributeFactory |
PolicyMetaData.getAttributeFactory()
Returns the
AttributeFactory used by the associated
policy. |
AttributeFactory |
ConfigurationStore.getAttributeFactory(String name)
Returns the attribute factory with the given name.
|
AttributeFactory |
ConfigurationStore.getDefaultAttributeFactory()
Returns the default attribute factory.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseAttributeFactory
This is a basic implementation of
AttributeFactory . |
class |
StandardAttributeFactory
This factory supports the standard set of datatypes specified in XACML
1.x and 2.0.
|
Modifier and Type | Method and Description |
---|---|
AttributeFactory |
AttributeFactoryProxy.getFactory()
Returns an instance of the
AttributeFactory for which
this is a proxy. |
static AttributeFactory |
AttributeFactory.getInstance()
Returns the default factory.
|
static AttributeFactory |
AttributeFactory.getInstance(String identifier)
Returns a factory based on the given identifier.
|
static AttributeFactory |
StandardAttributeFactory.getNewFactory()
A convenience method that returns a new instance of an
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.