Package | Description |
---|---|
org.wso2.balana.finder |
The
finder package supports all of the pieces of the
XACML specification that require custom implementation. |
org.wso2.balana.finder.impl |
The few included finder modules are provided in this package.
|
Modifier and Type | Method and Description |
---|---|
List<AttributeFinderModule> |
AttributeFinder.getModules()
Returns the ordered
List of AttributeFinderModule s used by this
class to find attribute values. |
Modifier and Type | Method and Description |
---|---|
void |
AttributeFinder.setModules(List<AttributeFinderModule> modules)
Sets the ordered
List of AttributeFinderModule s used by this class
to find attribute values. |
Modifier and Type | Class and Description |
---|---|
class |
CurrentEnvModule
Supports the current date, time, and dateTime values.
|
class |
SelectorModule
This module implements the basic behavior of the AttributeSelectorType, looking for attribute
values in the physical request document using the given XPath expression.
|
Copyright © 2015 WSO2. All rights reserved.