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 |
---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
FirstApplicablePolicyAlg
This is the standard First Applicable policy combining algorithm.
|
class |
OnlyOneApplicablePolicyAlg
This is the standard Only One Applicable Policy combining algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
DenyOverridesPolicyAlg
This is the new (XACML 3.0) the standard Deny Overrides policy combining algorithm.
|
class |
DenyUnlessPermitPolicyAlg
This is the standard Deny unless permit policy combining algorithm.
|
class |
OrderedDenyOverridesPolicyAlg
This is the new (XACML 3.0) standard Ordered Deny Overrides policy combining algorithm.
|
class |
OrderedPermitOverridesPolicyAlg
This is the new (XACML 3.0) standard Ordered Permit Overrides policy combining algorithm.
|
class |
PermitOverridesPolicyAlg
This is the new (XACML 3.0) is the standard Permit Overrides policy combining algorithm.
|
class |
PermitUnlessDenyPolicyAlg
This is the standard Deny unless permit policy combining algorithm.
|
Copyright © 2024 WSO2. All rights reserved.