|
JBoss port of sunxacml 2.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Condition | |
---|---|
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. |
Uses of Condition in org.jboss.security.xacml.sunxacml |
---|
Methods in org.jboss.security.xacml.sunxacml that return Condition | |
---|---|
Condition |
Rule.getCondition()
Returns the condition for this Rule or null if there
is no condition |
Constructors in org.jboss.security.xacml.sunxacml with parameters of type Condition | |
---|---|
Rule(URI id,
int effect,
String description,
Target target,
Condition condition)
Creates a new Rule object for XACML 1.x and 2.0. |
Uses of Condition in org.jboss.security.xacml.sunxacml.cond |
---|
Methods in org.jboss.security.xacml.sunxacml.cond that return Condition | |
---|---|
static Condition |
Condition.getInstance(Node root,
PolicyMetaData metaData,
VariableManager manager)
Returns an instance of Condition based on the given
DOM root. |
|
JBoss port of sunxacml 2.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |