|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdviceExpression | |
---|---|
org.wso2.balana | This is the root package, which contains the PDP class where most people will want to start. |
org.wso2.balana.xacml3 |
Uses of AdviceExpression in org.wso2.balana |
---|
Constructor parameters in org.wso2.balana with type arguments of type AdviceExpression | |
---|---|
AbstractPolicy(URI id,
String version,
CombiningAlgorithm combiningAlg,
String description,
AbstractTarget target,
String defaultVersion,
Set<AbstractObligation> obligationExpressions,
Set<AdviceExpression> adviceExpressions,
List<CombinerParameter> parameters)
Constructor used to create a policy from concrete components. |
|
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 AdviceExpression in org.wso2.balana.xacml3 |
---|
Methods in org.wso2.balana.xacml3 that return AdviceExpression | |
---|---|
static AdviceExpression |
AdviceExpression.getInstance(Node root,
PolicyMetaData metaData)
Creates an instance of AdviceExpression based on the DOM root node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |