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.combine |
All of the combining algorithm support is in this package.
|
Modifier and Type | Method and Description |
---|---|
static Rule |
Rule.getInstance(Node root,
PolicyMetaData metaData,
VariableManager manager)
Returns a new instance of the
Rule class based on a DOM node. |
static Rule |
Rule.getInstance(Node root,
String xpathVersion)
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. |
Constructor and Description |
---|
Policy(URI id,
RuleCombiningAlgorithm combiningAlg,
AbstractTarget target,
List<Rule> rules)
Creates a new
Policy with only the required elements plus rules. |
Policy(URI id,
String version,
RuleCombiningAlgorithm combiningAlg,
String description,
AbstractTarget target,
List<Rule> rules)
Creates a new
Policy with the required elements plus a version, rules, and a
String description. |
Policy(URI id,
String version,
RuleCombiningAlgorithm combiningAlg,
String description,
AbstractTarget target,
String defaultVersion,
List<Rule> rules)
Creates a new
Policy with the required elements plus a version, rules, a String
description and policy defaults. |
Policy(URI id,
String version,
RuleCombiningAlgorithm combiningAlg,
String description,
AbstractTarget target,
String defaultVersion,
List<Rule> rules,
Set<AbstractObligation> obligations)
Creates a new
Policy with the required elements plus a version, rules, a String
description, policy defaults, and obligations. |
Policy(URI id,
String version,
RuleCombiningAlgorithm combiningAlg,
String description,
AbstractTarget target,
String defaultVersion,
List<Rule> rules,
Set<AbstractObligation> obligations,
Set<VariableDefinition> definitions)
Creates a new
Policy with the required elements plus a version, rules, a String
description, policy defaults, obligations, and variable definitions. |
Modifier and Type | Method and Description |
---|---|
Rule |
RuleCombinerElement.getRule()
Returns the
Rule in this element. |
Constructor and Description |
---|
RuleCombinerElement(Rule rule)
Constructor that only takes a Rule
|
RuleCombinerElement(Rule rule,
List parameters)
Constructor that takes both the
Rule to combine and its associated combiner
parameters. |
Copyright © 2024 WSO2. All rights reserved.