|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeFinderModule | |
---|---|
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. |
Uses of AttributeFinderModule in org.wso2.balana.finder |
---|
Methods in org.wso2.balana.finder that return types with arguments of type AttributeFinderModule | |
---|---|
List<AttributeFinderModule> |
AttributeFinder.getModules()
Returns the ordered List of AttributeFinderModule s used by this
class to find attribute values. |
Method parameters in org.wso2.balana.finder with type arguments of type AttributeFinderModule | |
---|---|
void |
AttributeFinder.setModules(List<AttributeFinderModule> modules)
Sets the ordered List of AttributeFinderModule s used by this class
to find attribute values. |
Uses of AttributeFinderModule in org.wso2.balana.finder.impl |
---|
Subclasses of AttributeFinderModule in org.wso2.balana.finder.impl | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |