Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
FunctionFactoryProxy |
ConfigurationStore.getDefaultFunctionFactoryProxy()
Returns the default function factory proxy.
|
FunctionFactoryProxy |
ConfigurationStore.getFunctionFactoryProxy(String name)
Returns the function factory proxy with the given name.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicFunctionFactoryProxy
A simple utility class that manages triples of function factories.
|
Modifier and Type | Method and Description |
---|---|
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
BaseFunctionFactory s that are correctly supersetted and contain the standard
functions and abstract functions. |
Modifier and Type | Method and Description |
---|---|
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 © 2022 WSO2. All rights reserved.