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 | Method and Description |
---|---|
static Rule |
Rule.getInstance(Node root,
PolicyMetaData metaData,
VariableManager manager)
Returns a new instance of the
Rule class based on a
DOM node. |
static Rule |
Rule.getInstance(Node root,
String xpathVersion)
Deprecated.
As of 2.0 you should avoid using this method and should
instead use the version that takes a
PolicyMetaData instance. This method will
only work for XACML 1.x policies. |
Modifier and Type | Method and Description |
---|---|
Rule |
RuleCombinerElement.getRule()
Returns the
Rule in this element. |
Constructor and Description |
---|
RuleCombinerElement(Rule rule)
Constructor that only takes a Rule
|
RuleCombinerElement(Rule rule,
List parameters)
Constructor that takes both the
Rule to combine and its
associated combiner parameters. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.