Uses of Class
org.wso2.balana.attr.AttributeFactory

Packages that use AttributeFactory
org.wso2.balana This is the root package, which contains the PDP class where most people will want to start. 
org.wso2.balana.attr Contains many of the classes related to attributes and attribute retrieval. 
 

Uses of AttributeFactory in org.wso2.balana
 

Methods in org.wso2.balana that return AttributeFactory
 AttributeFactory Balana.getAttributeFactory()
           
 AttributeFactory ConfigurationStore.getAttributeFactory(String name)
          Returns the attribute factory with the given name.
 

Methods in org.wso2.balana with parameters of type AttributeFactory
 void Balana.setAttributeFactory(AttributeFactory attributeFactory)
           
 

Uses of AttributeFactory in org.wso2.balana.attr
 

Subclasses of AttributeFactory in org.wso2.balana.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.wso2.balana.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 that supports all of the standard datatypes.
 



Copyright © 2015 WSO2. All rights reserved.