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.xacml2 | |
org.wso2.balana.xacml3 |
Modifier and Type | Method and Description |
---|---|
static TargetMatch |
TargetMatch.getInstance(Node root,
int matchType,
PolicyMetaData metaData)
Creates a
TargetMatch by parsing a node, using the input prefix to determine
whether this is a SubjectMatch, ResourceMatch, or ActionMatch. |
static TargetMatch |
TargetMatch.getInstance(Node root,
PolicyMetaData metaData) |
static TargetMatch |
TargetMatch.getInstance(Node root,
String prefix,
String xpathVersion)
Deprecated.
As of 2.0 you should avoid using this method and should instead use the version
that takes a
PolicyMetaData instance. This method will only work for
XACML 1.x policies. |
Constructor and Description |
---|
TargetMatchGroup(List<TargetMatch> matchElements,
int matchType)
Constructor that creates a new
TargetMatchGroup based on the given elements. |
Modifier and Type | Method and Description |
---|---|
List<TargetMatch> |
AllOfSelection.getMatches() |
Constructor and Description |
---|
AllOfSelection(List<TargetMatch> matches)
Constructor that creates a
AllOfSelection from components. |
Copyright © 2022 WSO2. All rights reserved.