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.
|
org.wso2.balana.xacml2 | |
org.wso2.balana.xacml3 |
Modifier and Type | Method and Description |
---|---|
MatchResult |
AbstractPolicy.match(EvaluationCtx context)
Given the input context sees whether or not the request matches this policy.
|
MatchResult |
PolicyReference.match(EvaluationCtx context)
Given the input context sees whether or not the request matches this policy.
|
MatchResult |
Rule.match(EvaluationCtx context)
Given the input context sees whether or not the request matches this
Rule 's
Target . |
MatchResult |
TargetMatch.match(EvaluationCtx context)
Determines whether this
TargetMatch matches the input request (whether it is
applicable) |
MatchResult |
PolicyTreeElement.match(EvaluationCtx context)
Given the input context sees whether or not the request matches this element's target.
|
abstract MatchResult |
AbstractTarget.match(EvaluationCtx context)
Determines whether this
AbstractTarget matches the input request (whether it is
applicable). |
Modifier and Type | Method and Description |
---|---|
MatchResult |
EvaluationResult.getMatchResult() |
Modifier and Type | Method and Description |
---|---|
void |
EvaluationResult.setMatchResult(MatchResult matchResult) |
Modifier and Type | Method and Description |
---|---|
MatchResult |
TargetMatchGroup.match(EvaluationCtx context)
Determines whether this
TargetMatchGroup matches the input request (whether it
is applicable). |
MatchResult |
TargetSection.match(EvaluationCtx context)
Determines whether this
TargetSection matches
the input request (whether it is applicable). |
MatchResult |
Target.match(EvaluationCtx context)
Determines whether this
Target matches the input request (whether it is
applicable). |
Modifier and Type | Method and Description |
---|---|
MatchResult |
AnyOfSelection.match(EvaluationCtx context)
Determines whether this
AnyOfSelection matches the input request (whether it
is applicable). |
MatchResult |
AllOfSelection.match(EvaluationCtx context)
Determines whether this
AllOfSelection matches the input request (whether it
is applicable). |
MatchResult |
Target.match(EvaluationCtx context)
Determines whether this
Target matches the input request (whether it is
applicable). |
Copyright © 2019 WSO2. All rights reserved.