Uses of Package
org.keycloak.authorization.fgap.evaluation.partial
Packages that use org.keycloak.authorization.fgap.evaluation.partial
Package
Description
-
Classes in org.keycloak.authorization.fgap.evaluation.partial used by org.keycloak.authorization.fgapClassDescriptionIf a realm has the
Profile.Feature.ADMIN_FINE_GRAINED_AUTHZfeature enabled, realm resources storage providers can implement this interface if they want to apply custom predicates to queries to filter their results based on the permissions available from the realm. -
Classes in org.keycloak.authorization.fgap.evaluation.partial used by org.keycloak.authorization.fgap.evaluation.partialClassDescriptionAn
PartialEvaluationContextinstance provides access to contextual information when building a query for realm resources of a givenResourceType.If a realm has theProfile.Feature.ADMIN_FINE_GRAINED_AUTHZfeature enabled, realm resources storage providers can implement this interface if they want to apply custom predicates to queries to filter their results based on the permissions available from the realm.An interface that should be implemented to provide additional logic when evaluating permissions for a specific resource type. -
Classes in org.keycloak.authorization.fgap.evaluation.partial used by org.keycloak.authorization.policy.provider.groupClassDescription
PolicyProvidertypes can implement this interface if they support to partially evaluate the permissions that should apply to a given subject, aUserModel, when calculating the realm resources they have access in the context of theProfile.Feature.ADMIN_FINE_GRAINED_AUTHZfeature. -
Classes in org.keycloak.authorization.fgap.evaluation.partial used by org.keycloak.authorization.policy.provider.roleClassDescription
PolicyProvidertypes can implement this interface if they support to partially evaluate the permissions that should apply to a given subject, aUserModel, when calculating the realm resources they have access in the context of theProfile.Feature.ADMIN_FINE_GRAINED_AUTHZfeature. -
Classes in org.keycloak.authorization.fgap.evaluation.partial used by org.keycloak.authorization.policy.provider.userClassDescription
PolicyProvidertypes can implement this interface if they support to partially evaluate the permissions that should apply to a given subject, aUserModel, when calculating the realm resources they have access in the context of theProfile.Feature.ADMIN_FINE_GRAINED_AUTHZfeature. -
Classes in org.keycloak.authorization.fgap.evaluation.partial used by org.keycloak.models.jpaClassDescriptionAn
PartialEvaluationContextinstance provides access to contextual information when building a query for realm resources of a givenResourceType.If a realm has theProfile.Feature.ADMIN_FINE_GRAINED_AUTHZfeature enabled, realm resources storage providers can implement this interface if they want to apply custom predicates to queries to filter their results based on the permissions available from the realm.