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