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.
|
Constructor and Description |
---|
Rule(URI id,
int effect,
String description,
Target target,
Apply condition)
Deprecated.
As of 2.0 you should use the Constructor that accepts
the new
Condition class. |
Modifier and Type | Method and Description |
---|---|
static Apply |
Apply.getConditionInstance(Node root,
String xpathVersion)
Deprecated.
As of 2.0 you should avoid using this method, since it
does not provide a
Condition instance and
does not handle XACML 2.0 policies correctly. If you need
a similar method you can use the new version that
accepts a VariableManager . This will return
an Apply instance for XACML 1.x policies. |
static Apply |
Apply.getConditionInstance(Node root,
String xpathVersion,
VariableManager manager)
Returns an instance of an
Apply based on the given DOM
root node. |
static Apply |
Apply.getInstance(Node root,
PolicyMetaData metaData,
VariableManager manager)
Returns an instance of
Apply based on the given DOM root. |
static Apply |
Apply.getInstance(Node root,
String xpathVersion)
Deprecated.
As of 2.0 you should avoid using this method, since it
does not handle XACML 2.0 policies correctly. If you need
a similar method you can use the new version that
accepts a
VariableManager . This will return
an Apply instance for XACML 1.x policies. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.