Package | Description |
---|---|
org.jboss.security.xacml.sunxacml |
This is the root package, which contains the PDP class where most
people will want to start.
|
Modifier and Type | Method and Description |
---|---|
MatchResult |
PolicyReference.match(EvaluationCtx context)
Given the input context sees whether or not the request matches this
policy.
|
MatchResult |
AbstractPolicy.match(EvaluationCtx context)
Given the input context sees whether or not the request matches this
policy.
|
MatchResult |
TargetMatch.match(EvaluationCtx context)
Determines whether this
TargetMatch 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). |
MatchResult |
TargetMatchGroup.match(EvaluationCtx context)
Determines whether this
TargetMatchGroup 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 |
TargetSection.match(EvaluationCtx context)
Determines whether this
TargetSection 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.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.