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.
|
Modifier and Type | Method and Description |
---|---|
PolicyFinder |
PDPConfig.getPolicyFinder()
Returns the
PolicyFinder that was configured, or null if none was configured |
Modifier and Type | Method and Description |
---|---|
static PolicySet |
PolicySet.getInstance(Node root,
PolicyFinder finder)
Creates an instance of a
PolicySet object based on a DOM node. |
static PolicyReference |
PolicyReference.getInstance(Node root,
PolicyFinder finder)
Deprecated.
As of 2.0 you should avoid using this method and should instead use the version
that takes a
PolicyMetaData instance. This method will only work for
XACML 1.x policies. |
static PolicyReference |
PolicyReference.getInstance(Node root,
PolicyFinder finder,
PolicyMetaData metaData)
Creates an instance of a
PolicyReference object based on a DOM node. |
Constructor and Description |
---|
PDPConfig(AttributeFinder attributeFinder,
PolicyFinder policyFinder,
ResourceFinder resourceFinder)
Constructor that creates a
PDPConfig from components. |
PDPConfig(AttributeFinder attributeFinder,
PolicyFinder policyFinder,
ResourceFinder resourceFinder,
boolean multipleRequestHandle)
Constructor that creates a
PDPConfig from components. |
PolicyReference(URI reference,
int policyType,
PolicyFinder finder,
PolicyMetaData parentMetaData)
Creates a new
PolicyReference instance. |
PolicyReference(URI reference,
int policyType,
VersionConstraints constraints,
PolicyFinder finder,
PolicyMetaData parentMetaData)
Creates a new
PolicyReference instance with version constraints. |
Modifier and Type | Method and Description |
---|---|
abstract void |
PolicyFinderModule.init(PolicyFinder finder)
Initializes this module for use by the given finder.
|
Modifier and Type | Method and Description |
---|---|
void |
FileBasedPolicyFinderModule.init(PolicyFinder finder) |
Copyright © 2017 WSO2. All rights reserved.