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.
|
Constructor and Description |
---|
Rule(URI id,
int effect,
String description,
AbstractTarget target,
Apply condition,
int xacmlVersion)
Deprecated.
As of 2.0 you should use the Constructor that accepts the new
Condition class. |
Modifier and Type | Method and Description |
---|---|
static Apply |
Apply.getConditionInstance(Node root,
String xpathVersion)
Deprecated.
As of 2.0 you should avoid using this method, since it does not provide a
Condition instance and does not handle XACML 2.0 policies correctly.
If you need a similar method you can use the new version that accepts a
VariableManager . This will return an Apply instance for
XACML 1.x policies. |
static Apply |
Apply.getConditionInstance(Node root,
String xpathVersion,
VariableManager manager)
Returns an instance of an
Apply based on the given DOM root node. |
static Apply |
Apply.getInstance(Node root,
PolicyMetaData metaData,
VariableManager manager)
Returns an instance of
Apply based on the given DOM root. |
static Apply |
Apply.getInstance(Node root,
String xpathVersion)
Deprecated.
As of 2.0 you should avoid using this method, since it does not handle XACML 2.0
policies correctly. If you need a similar method you can use the new version that
accepts a
VariableManager . This will return an Apply
instance for XACML 1.x policies. |
Copyright © 2022 WSO2. All rights reserved.