|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PolicyCombiningAlgorithm | |
---|---|
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 PolicyCombiningAlgorithm in org.wso2.balana |
---|
Constructors in org.wso2.balana with parameters of type PolicyCombiningAlgorithm | |
---|---|
PolicySet(URI id,
PolicyCombiningAlgorithm combiningAlg,
AbstractTarget target)
Creates a new PolicySet with only the required elements. |
|
PolicySet(URI id,
PolicyCombiningAlgorithm combiningAlg,
AbstractTarget target,
List policies)
Creates a new PolicySet with only the required elements, plus some policies. |
|
PolicySet(URI id,
String version,
PolicyCombiningAlgorithm combiningAlg,
String description,
AbstractTarget target,
List policies)
Creates a new PolicySet with the required elements plus some policies and a
String description. |
|
PolicySet(URI id,
String version,
PolicyCombiningAlgorithm combiningAlg,
String description,
AbstractTarget target,
List<AbstractPolicy> policies,
String defaultVersion,
Set<AbstractObligation> obligations)
Creates a new PolicySet with the required elements plus some policies, a String
description, policy defaults, and obligations. |
|
PolicySet(URI id,
String version,
PolicyCombiningAlgorithm combiningAlg,
String description,
AbstractTarget target,
List policies,
String defaultVersion)
Creates a new PolicySet with the required elements plus some policies, a String
description, and policy defaults. |
|
PolicySet(URI id,
String version,
PolicyCombiningAlgorithm combiningAlg,
String description,
AbstractTarget target,
List policyElements,
String defaultVersion,
Set<AbstractObligation> obligations,
List<CombinerParameter> parameters)
Creates a new PolicySet with the required and optional elements. |
Uses of PolicyCombiningAlgorithm in org.wso2.balana.combine.xacml2 |
---|
Subclasses of PolicyCombiningAlgorithm in org.wso2.balana.combine.xacml2 | |
---|---|
class |
DenyOverridesPolicyAlg
This is the standard Deny Overrides policy combining algorithm. |
class |
FirstApplicablePolicyAlg
This is the standard First Applicable policy combining algorithm. |
class |
OnlyOneApplicablePolicyAlg
This is the standard Only One Applicable Policy combining algorithm. |
class |
OrderedDenyOverridesPolicyAlg
This is the standard Ordered Deny Overrides policy combining algorithm. |
class |
OrderedPermitOverridesPolicyAlg
This is the standard Ordered Permit Overrides policy combining algorithm. |
class |
PermitOverridesPolicyAlg
This is the standard Permit Overrides policy combining algorithm. |
Uses of PolicyCombiningAlgorithm in org.wso2.balana.combine.xacml3 |
---|
Subclasses of PolicyCombiningAlgorithm in org.wso2.balana.combine.xacml3 | |
---|---|
class |
DenyUnlessPermitPolicyAlg
This is the standard Deny unless permit policy combining algorithm. |
class |
PermitUnlessDenyPolicyAlg
This is the standard Deny unless permit policy combining algorithm. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |