|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PolicyFinder | |
---|---|
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. |
Uses of PolicyFinder in org.wso2.balana |
---|
Methods in org.wso2.balana that return PolicyFinder | |
---|---|
PolicyFinder |
PDPConfig.getPolicyFinder()
Returns the PolicyFinder that was configured, or null if none was configured |
Methods in org.wso2.balana with parameters of type PolicyFinder | |
---|---|
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. |
Constructors in org.wso2.balana with parameters of type PolicyFinder | |
---|---|
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. |
Uses of PolicyFinder in org.wso2.balana.finder |
---|
Methods in org.wso2.balana.finder with parameters of type PolicyFinder | |
---|---|
abstract void |
PolicyFinderModule.init(PolicyFinder finder)
Initializes this module for use by the given finder. |
Uses of PolicyFinder in org.wso2.balana.finder.impl |
---|
Methods in org.wso2.balana.finder.impl with parameters of type PolicyFinder | |
---|---|
void |
FileBasedPolicyFinderModule.init(PolicyFinder finder)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |