Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPolicy
Represents an instance of an XACML policy.
|
class |
Policy
Represents one of the two top-level constructs in XACML, the PolicyType.
|
class |
PolicyReference
This class is used as a placeholder for the PolicyIdReference and
PolicySetIdReference fields in a PolicySetType.
|
class |
PolicySet
Represents one of the two top-level constructs in XACML, the PolicySetType.
|
class |
Rule
Represents the RuleType XACML type.
|
Modifier and Type | Method and Description |
---|---|
PolicyTreeElement |
CombinerElement.getElement()
Returns the
PolicyTreeElement in this element. |
Constructor and Description |
---|
CombinerElement(PolicyTreeElement element)
Constructor that only takes an element.
|
CombinerElement(PolicyTreeElement element,
List parameters)
Constructor that takes both the element to combine and its associated
combiner parameters.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.