Uses of Interface
org.jboss.security.xacml.sunxacml.attr.AttributeFactoryProxy

Packages that use AttributeFactoryProxy
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. 
 

Uses of AttributeFactoryProxy in org.jboss.security.xacml.core.ext
 

Classes in org.jboss.security.xacml.core.ext that implement AttributeFactoryProxy
 class ExtendedAttributeFactoryProxy
          Extension of AttributeFactory
 

Uses of AttributeFactoryProxy in org.jboss.security.xacml.sunxacml
 

Constructors in org.jboss.security.xacml.sunxacml with parameters of type AttributeFactoryProxy
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 AttributeFactoryProxy in org.jboss.security.xacml.sunxacml.attr
 

Methods in org.jboss.security.xacml.sunxacml.attr with parameters of type AttributeFactoryProxy
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 © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.