Package | Description |
---|---|
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.
|
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,
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. |
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 © 2018 WSO2. All rights reserved.