Uses of Package
org.keycloak.authorization.policy.provider
Packages that use org.keycloak.authorization.policy.provider
Package
Description
Fine-grained Authorization SPI.
Provides classes and a SPI to plug different policy providers.
-
Classes in org.keycloak.authorization.policy.provider used by org.keycloak.authorizationClassDescriptionIf a realm has the
Profile.Feature.ADMIN_FINE_GRAINED_AUTHZ
feature 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.policy.provider used by org.keycloak.authorization.admin
-
Classes in org.keycloak.authorization.policy.provider used by org.keycloak.authorization.policy.providerClassDescriptionAn
PartialEvaluationStorageProvider.EvaluationContext
instance provides access to contextual information when building a query for realm resources of a givenResourceType
. -
-
-
-
Classes in org.keycloak.authorization.policy.provider used by org.keycloak.authorization.policy.provider.groupClassDescription
PolicyProvider
types 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_AUTHZ
feature. -
-
-
-
Classes in org.keycloak.authorization.policy.provider used by org.keycloak.authorization.policy.provider.roleClassDescription
PolicyProvider
types 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_AUTHZ
feature. -
-
Classes in org.keycloak.authorization.policy.provider used by org.keycloak.authorization.policy.provider.userClassDescription
PolicyProvider
types 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_AUTHZ
feature. -
Classes in org.keycloak.authorization.policy.provider used by org.keycloak.models.jpaClassDescriptionIf a realm has the
Profile.Feature.ADMIN_FINE_GRAINED_AUTHZ
feature 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.AnPartialEvaluationStorageProvider.EvaluationContext
instance provides access to contextual information when building a query for realm resources of a givenResourceType
.