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.xacml2 | |
org.wso2.balana.combine.xacml3 |
Constructor and Description |
---|
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. |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DenyUnlessPermitRuleAlg
This is the standard Deny unless permit rule combining algorithm.
|
class |
PermitUnlessDenyRuleAlg
This is the standard Deny unless permit rule combining algorithm.
|
Copyright © 2018 WSO2. All rights reserved.