Uses of Class
org.wso2.balana.combine.CombiningAlgFactory

Packages that use CombiningAlgFactory
org.wso2.balana This is the root package, which contains the PDP class where most people will want to start. 
org.wso2.balana.combine All of the combining algorithm support is in this package. 
 

Uses of CombiningAlgFactory in org.wso2.balana
 

Methods in org.wso2.balana that return CombiningAlgFactory
 CombiningAlgFactory Balana.getCombiningAlgFactory()
           
 CombiningAlgFactory ConfigurationStore.getCombiningAlgFactory(String name)
          Returns the combiningAlg factory with the given name.
 

Methods in org.wso2.balana with parameters of type CombiningAlgFactory
 void Balana.setCombiningAlgFactory(CombiningAlgFactory combiningAlgFactory)
           
 

Uses of CombiningAlgFactory in org.wso2.balana.combine
 

Subclasses of CombiningAlgFactory in org.wso2.balana.combine
 class BaseCombiningAlgFactory
          This is a basic implementation of CombiningAlgFactory.
 class StandardCombiningAlgFactory
          This factory supports the standard set of algorithms specified in XACML 1.x and 2.0.
 

Methods in org.wso2.balana.combine that return CombiningAlgFactory
 CombiningAlgFactory CombiningAlgFactoryProxy.getFactory()
          Returns an instance of the CombiningAlgFactory for which this is a proxy.
static CombiningAlgFactory CombiningAlgFactory.getInstance()
          Returns the default factory.
static CombiningAlgFactory CombiningAlgFactory.getInstance(String identifier)
          Returns a factory based on the given identifier.
static CombiningAlgFactory StandardCombiningAlgFactory.getNewFactory()
          A convenience method that returns a new instance of a CombiningAlgFactory that supports all of the standard algorithms.
 



Copyright © 2015 WSO2. All rights reserved.