Uses of Class
org.keycloak.representations.idm.authorization.ResourceType
Packages that use ResourceType
Package
Description
-
Uses of ResourceType in org.keycloak.authorization.fgap
Fields in org.keycloak.authorization.fgap declared as ResourceTypeModifier and TypeFieldDescriptionstatic final ResourceTypeAdminPermissionsSchema.CLIENTSstatic final ResourceTypeAdminPermissionsSchema.GROUPSstatic final ResourceTypeAdminPermissionsSchema.ROLESstatic final ResourceTypeAdminPermissionsSchema.USERSMethods in org.keycloak.authorization.fgap with parameters of type ResourceTypeModifier and TypeMethodDescriptionList<jakarta.persistence.criteria.Predicate>AdminPermissionsSchema.applyAuthorizationFilters(KeycloakSession session, ResourceType resourceType, PartialEvaluationStorageProvider evaluator, RealmModel realm, jakarta.persistence.criteria.CriteriaBuilder builder, jakarta.persistence.criteria.CriteriaQuery<?> queryBuilder, jakarta.persistence.criteria.Path<?> path) List<jakarta.persistence.criteria.Predicate>AdminPermissionsSchema.applyAuthorizationFilters(KeycloakSession session, ResourceType resourceType, RealmModel realm, jakarta.persistence.criteria.CriteriaBuilder builder, jakarta.persistence.criteria.CriteriaQuery<?> queryBuilder, jakarta.persistence.criteria.Path<?> path) -
Uses of ResourceType in org.keycloak.authorization.fgap.evaluation.partial
Methods in org.keycloak.authorization.fgap.evaluation.partial that return ResourceTypeMethods in org.keycloak.authorization.fgap.evaluation.partial with parameters of type ResourceTypeModifier and TypeMethodDescriptionPartialEvaluationPolicyProvider.getPermissions(KeycloakSession session, ResourceType resourceType, UserModel subject) Returns a list ofPolicyinstances representing the permissions that apply to a givensubjectwhen partially evaluating the realm resources that can be accessed.List<jakarta.persistence.criteria.Predicate>PartialEvaluator.getPredicates(KeycloakSession session, ResourceType resourceType, PartialEvaluationStorageProvider storage, RealmModel realm, jakarta.persistence.criteria.CriteriaBuilder builder, jakarta.persistence.criteria.CriteriaQuery<?> queryBuilder, jakarta.persistence.criteria.Path<?> path) Constructors in org.keycloak.authorization.fgap.evaluation.partial with parameters of type ResourceTypeModifierConstructorDescriptionPartialEvaluationContext(ResourceType resourceType, Set<String> allowedResources, Set<String> deniedResources, PartialEvaluationStorageProvider storage, jakarta.persistence.criteria.CriteriaBuilder criteriaBuilder, jakarta.persistence.criteria.CriteriaQuery<?> criteriaQuery, jakarta.persistence.criteria.Path<?> path) -
Uses of ResourceType in org.keycloak.authorization.policy.provider.group
Methods in org.keycloak.authorization.policy.provider.group with parameters of type ResourceTypeModifier and TypeMethodDescriptionGroupPolicyProvider.getPermissions(KeycloakSession session, ResourceType resourceType, UserModel user) -
Uses of ResourceType in org.keycloak.authorization.policy.provider.role
Methods in org.keycloak.authorization.policy.provider.role with parameters of type ResourceTypeModifier and TypeMethodDescriptionRolePolicyProvider.getPermissions(KeycloakSession session, ResourceType resourceType, UserModel subject) -
Uses of ResourceType in org.keycloak.authorization.policy.provider.user
Methods in org.keycloak.authorization.policy.provider.user with parameters of type ResourceTypeModifier and TypeMethodDescriptionUserPolicyProvider.getPermissions(KeycloakSession session, ResourceType resourceType, UserModel subject) -
Uses of ResourceType in org.keycloak.representations.idm.authorization
Methods in org.keycloak.representations.idm.authorization that return types with arguments of type ResourceTypeModifier and TypeMethodDescriptionAuthorizationSchema.ResourceTypeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context) AuthorizationSchema.getResourceTypes()Constructor parameters in org.keycloak.representations.idm.authorization with type arguments of type ResourceType