|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MatchResult | |
---|---|
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 |
Uses of MatchResult in org.wso2.balana |
---|
Methods in org.wso2.balana that return MatchResult | |
---|---|
MatchResult |
TargetMatch.match(EvaluationCtx context)
Determines whether this TargetMatch matches the input request (whether it is
applicable) |
MatchResult |
Rule.match(EvaluationCtx context)
Given the input context sees whether or not the request matches this Rule 's
Target . |
MatchResult |
PolicyTreeElement.match(EvaluationCtx context)
Given the input context sees whether or not the request matches this element's target. |
MatchResult |
PolicyReference.match(EvaluationCtx context)
Given the input context sees whether or not the request matches this policy. |
abstract MatchResult |
AbstractTarget.match(EvaluationCtx context)
Determines whether this AbstractTarget matches the input request (whether it is
applicable). |
MatchResult |
AbstractPolicy.match(EvaluationCtx context)
Given the input context sees whether or not the request matches this policy. |
Uses of MatchResult in org.wso2.balana.cond |
---|
Methods in org.wso2.balana.cond that return MatchResult | |
---|---|
MatchResult |
EvaluationResult.getMatchResult()
|
Methods in org.wso2.balana.cond with parameters of type MatchResult | |
---|---|
void |
EvaluationResult.setMatchResult(MatchResult matchResult)
|
Uses of MatchResult in org.wso2.balana.xacml2 |
---|
Methods in org.wso2.balana.xacml2 that return MatchResult | |
---|---|
MatchResult |
TargetSection.match(EvaluationCtx context)
Determines whether this TargetSection matches
the input request (whether it is applicable). |
MatchResult |
TargetMatchGroup.match(EvaluationCtx context)
Determines whether this TargetMatchGroup 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). |
Uses of MatchResult in org.wso2.balana.xacml3 |
---|
Methods in org.wso2.balana.xacml3 that return MatchResult | |
---|---|
MatchResult |
Target.match(EvaluationCtx context)
Determines whether this Target matches the input request (whether it is
applicable). |
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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |