public interface PolicyEvaluator
A PolicyEvaluator
evaluates authorization policies based on a given ResourcePermission
, sending
the results to a Decision
point through the methods defined in that interface.
Modifier and Type | Method and Description |
---|---|
void |
evaluate(ResourcePermission permission,
EvaluationContext executionContext,
Decision decision)
Starts the evaluation of the configured authorization policies.
|
void evaluate(ResourcePermission permission, EvaluationContext executionContext, Decision decision)
decision
- a Decision
point to where notifications events will be delivered during the evaluationCopyright © 2016 JBoss by Red Hat. All rights reserved.