Uses of Interface
org.wso2.balana.cond.FunctionFactoryProxy

Packages that use FunctionFactoryProxy
org.wso2.balana This is the root package, which contains the PDP class where most people will want to start. 
org.wso2.balana.cond Support for Conditions is in this package. 
 

Uses of FunctionFactoryProxy in org.wso2.balana
 

Methods in org.wso2.balana that return FunctionFactoryProxy
 FunctionFactoryProxy ConfigurationStore.getDefaultFunctionFactoryProxy()
          Returns the default function factory proxy.
 FunctionFactoryProxy ConfigurationStore.getFunctionFactoryProxy(String name)
          Returns the function factory proxy with the given name.
 

Uses of FunctionFactoryProxy in org.wso2.balana.cond
 

Classes in org.wso2.balana.cond that implement FunctionFactoryProxy
 class BasicFunctionFactoryProxy
          A simple utility class that manages triples of function factories.
 

Methods in org.wso2.balana.cond that return FunctionFactoryProxy
static FunctionFactoryProxy FunctionFactory.getInstance()
          Returns the default FunctionFactoryProxy that provides access to all the functions.
static FunctionFactoryProxy FunctionFactory.getInstance(String identifier)
          Returns a factory based on the given identifier.
static FunctionFactoryProxy StandardFunctionFactory.getNewFactoryProxy()
          A convenience method that returns a proxy containing newly created instances of BaseFunctionFactorys that are correctly supersetted and contain the standard functions and abstract functions.
 

Methods in org.wso2.balana.cond with parameters of type FunctionFactoryProxy
static void FunctionFactory.registerFactory(String identifier, FunctionFactoryProxy proxy)
          Registers the given factory proxy with the given identifier.
static void FunctionFactory.setDefaultFactory(FunctionFactoryProxy proxy)
          Sets the default factory.
 



Copyright © 2015 WSO2. All rights reserved.