|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuleCombiningAlgorithm | |
---|---|
org.wso2.balana | This is the root package, which contains the PDP class where most people will want to start. |
org.wso2.balana.combine.xacml2 | |
org.wso2.balana.combine.xacml3 |
Uses of RuleCombiningAlgorithm in org.wso2.balana |
---|
Constructors in org.wso2.balana with parameters of type RuleCombiningAlgorithm | |
---|---|
Policy(URI id,
RuleCombiningAlgorithm combiningAlg,
AbstractTarget target)
Creates a new Policy with only the required elements. |
|
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<CombinerElement> ruleElements,
Set<AbstractObligation> obligations,
Set<VariableDefinition> definitions,
List<CombinerParameter> parameters)
Creates a new Policy with the required and optional elements. |
|
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. |
Uses of RuleCombiningAlgorithm in org.wso2.balana.combine.xacml2 |
---|
Subclasses of RuleCombiningAlgorithm in org.wso2.balana.combine.xacml2 | |
---|---|
class |
DenyOverridesRuleAlg
This is the standard Deny Overrides rule combining algorithm. |
class |
FirstApplicableRuleAlg
This is the standard First Applicable rule combining algorithm. |
class |
OrderedDenyOverridesRuleAlg
This is the standard Ordered Deny Overrides rule combining algorithm. |
class |
OrderedPermitOverridesRuleAlg
This is the standard Ordered Permit Overrides rule combining algorithm. |
class |
PermitOverridesRuleAlg
This is the standard Permit Overrides rule combining algorithm. |
Uses of RuleCombiningAlgorithm in org.wso2.balana.combine.xacml3 |
---|
Subclasses of RuleCombiningAlgorithm in org.wso2.balana.combine.xacml3 | |
---|---|
class |
DenyUnlessPermitRuleAlg
This is the standard Deny unless permit rule combining algorithm. |
class |
PermitUnlessDenyRuleAlg
This is the standard Deny unless permit rule combining algorithm. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |