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.cond |
Support for Conditions is in this package.
|
Modifier and Type | Method and Description |
---|---|
Condition |
Rule.getCondition()
Returns the condition for this
Rule or null if there
is no condition |
Constructor and Description |
---|
Rule(URI id,
int effect,
String description,
Target target,
Condition condition)
Creates a new
Rule object for XACML 1.x and 2.0. |
Modifier and Type | Method and Description |
---|---|
static Condition |
Condition.getInstance(Node root,
PolicyMetaData metaData,
VariableManager manager)
Returns an instance of
Condition based on the given
DOM root. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.