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