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.attr |
Contains many of the classes related to attributes and attribute
retrieval.
|
Modifier and Type | Method and Description |
---|---|
AttributeFactory |
Balana.getAttributeFactory() |
AttributeFactory |
ConfigurationStore.getAttributeFactory(String name)
Returns the attribute factory with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
Balana.setAttributeFactory(AttributeFactory attributeFactory) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2022 WSO2. All rights reserved.