|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Condition | |
---|---|
org.wso2.balana | This is the root package, which contains the PDP class where most people will want to start. |
org.wso2.balana.cond | Support for Conditions is in this package. |
Uses of Condition in org.wso2.balana |
---|
Methods in org.wso2.balana that return Condition | |
---|---|
Condition |
Rule.getCondition()
Returns the condition for this Rule or null if there is no condition |
Constructors in org.wso2.balana with parameters of type Condition | |
---|---|
Rule(URI id,
int effect,
String description,
AbstractTarget target,
Condition condition)
Deprecated. As of 2.0 you should use the Constructor that accepts the new Condition class. |
|
Rule(URI id,
int effect,
String description,
AbstractTarget target,
Condition condition,
Set<AbstractObligation> obligationExpressions,
Set<AdviceExpression> adviceExpressions,
int xacmlVersion)
Creates a new Rule object for XACML 1.x and 2.0. |
Uses of Condition in org.wso2.balana.cond |
---|
Methods in org.wso2.balana.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |