|
JBoss port of sunxacml 2.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeFactory | |
---|---|
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 AttributeFactory in org.jboss.security.xacml.sunxacml |
---|
Methods in org.jboss.security.xacml.sunxacml that return AttributeFactory | |
---|---|
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. |
Uses of AttributeFactory in org.jboss.security.xacml.sunxacml.attr |
---|
Subclasses of AttributeFactory in org.jboss.security.xacml.sunxacml.attr | |
---|---|
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. |
Methods in org.jboss.security.xacml.sunxacml.attr that return AttributeFactory | |
---|---|
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 |
|
JBoss port of sunxacml 2.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |