| 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.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.
|
| Class and Description |
|---|
| AttributeFinder
This class is used by the PDP to find attribute values that weren't originally supplied in the
request.
|
| PolicyFinder
This class is used by the PDP to find all policies used in evaluation.
|
| ResourceFinder
This class is used by the PDP to handle resource scopes other than Immediate.
|
| Class and Description |
|---|
| AttributeFinderModule
This is the abstract class that all
AttributeFinder modules extend. |
| PolicyFinder
This class is used by the PDP to find all policies used in evaluation.
|
| PolicyFinderResult
This is used as the return value for the findPolicy() methods in the
PolicyFinder. |
| ResourceFinderModule
This is the abstract class that all
ResourceFinder modules extend. |
| ResourceFinderResult
This is used to return Resource Ids from the ResourceFinder.
|
| Class and Description |
|---|
| AttributeFinderModule
This is the abstract class that all
AttributeFinder modules extend. |
| PolicyFinder
This class is used by the PDP to find all policies used in evaluation.
|
| PolicyFinderModule
This is the abstract class that all
PolicyFinder modules extend. |
| PolicyFinderResult
This is used as the return value for the findPolicy() methods in the
PolicyFinder. |
Copyright © 2021 WSO2. All rights reserved.