Package org.keycloak.authorization.policy.evaluation
Provides classes related with the evaluation of policies.
- Author:
- Pedro Igor
-
Interface Summary Interface Description Evaluation AnEvaluation
is mainly used byPolicyProvider
in order to evaluate a single and specificResourcePermission
against the configured policies.EvaluationContext This interface serves as a bridge between the policy evaluation runtime and the environment in which it is running.PolicyEvaluator APolicyEvaluator
evaluates authorization policies based on a givenResourcePermission
, sending the results to aDecision
point through the methods defined in that interface.Realm This interface provides methods to query information from a realm.