|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PolicyCombiningAlgorithm | |
|---|---|
| org.jboss.security.xacml.sunxacml | This is the root package, which contains the PDP class where most people will want to start. |
| org.jboss.security.xacml.sunxacml.combine | All of the combining algorithm support is in this package. |
| Uses of PolicyCombiningAlgorithm in org.jboss.security.xacml.sunxacml |
|---|
| Constructors in org.jboss.security.xacml.sunxacml with parameters of type PolicyCombiningAlgorithm | |
|---|---|
PolicySet(URI id,
PolicyCombiningAlgorithm combiningAlg,
Target target)
Creates a new PolicySet with only the required elements. |
|
PolicySet(URI id,
PolicyCombiningAlgorithm combiningAlg,
Target target,
List policies)
Creates a new PolicySet with only the required elements,
plus some policies. |
|
PolicySet(URI id,
String version,
PolicyCombiningAlgorithm combiningAlg,
String description,
Target 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,
Target 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,
Target target,
List policies,
String defaultVersion,
Set 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,
Target target,
List policyElements,
String defaultVersion,
Set obligations,
List parameters)
Creates a new PolicySet with the required and optional
elements. |
|
| Uses of PolicyCombiningAlgorithm in org.jboss.security.xacml.sunxacml.combine |
|---|
| Subclasses of PolicyCombiningAlgorithm in org.jboss.security.xacml.sunxacml.combine | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||