|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableManager | |
---|---|
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 VariableManager in org.jboss.security.xacml.sunxacml |
---|
Methods in org.jboss.security.xacml.sunxacml with parameters of type VariableManager | |
---|---|
static Rule |
Rule.getInstance(Node root,
PolicyMetaData metaData,
VariableManager manager)
Returns a new instance of the Rule class based on a
DOM node. |
Uses of VariableManager in org.jboss.security.xacml.sunxacml.cond |
---|
Methods in org.jboss.security.xacml.sunxacml.cond with parameters of type VariableManager | |
---|---|
static Apply |
Apply.getConditionInstance(Node root,
String xpathVersion,
VariableManager manager)
Returns an instance of an Apply based on the given DOM
root node. |
static Condition |
Condition.getInstance(Node root,
PolicyMetaData metaData,
VariableManager manager)
Returns an instance of Condition based on the given
DOM root. |
static Apply |
Apply.getInstance(Node root,
PolicyMetaData metaData,
VariableManager manager)
Returns an instance of Apply based on the given DOM root. |
static VariableDefinition |
VariableDefinition.getInstance(Node root,
PolicyMetaData metaData,
VariableManager manager)
Returns a new instance of the VariableDefinition class
based on a DOM node. |
static VariableReference |
VariableReference.getInstance(Node root,
PolicyMetaData metaData,
VariableManager manager)
Returns a new instance of the VariableReference class
based on a DOM node. |
Constructors in org.jboss.security.xacml.sunxacml.cond with parameters of type VariableManager | |
---|---|
VariableReference(String variableId,
VariableManager manager)
Constructor that takes the reference identifier and a manager. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |