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.combine |
All of the combining algorithm support is in this package.
|
Modifier and Type | Method and Description |
---|---|
CombiningAlgFactory |
Balana.getCombiningAlgFactory() |
CombiningAlgFactory |
ConfigurationStore.getCombiningAlgFactory(String name)
Returns the combiningAlg factory with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
Balana.setCombiningAlgFactory(CombiningAlgFactory combiningAlgFactory) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2022 WSO2. All rights reserved.