Uses of Class
org.keycloak.models.jpa.entities.RoleEntity
-
Uses of RoleEntity in org.keycloak.models.jpa
Modifier and TypeMethodDescriptionJpaRealmProvider.getRolesStream
(jakarta.persistence.TypedQuery<RoleEntity> query, RealmModel realm, Integer first, Integer max) JpaRealmProvider.searchForRoles
(jakarta.persistence.TypedQuery<RoleEntity> query, RealmModel realm, String search, Integer first, Integer max) ModifierConstructorDescriptionRoleAdapter
(KeycloakSession session, RealmModel realm, jakarta.persistence.EntityManager em, RoleEntity role) -
Uses of RoleEntity in org.keycloak.models.jpa.entities
Modifier and TypeFieldDescriptionprotected RoleEntity
ClientScopeRoleMappingEntity.Key.role
protected RoleEntity
ClientScopeRoleMappingEntity.role
protected RoleEntity
RoleAttributeEntity.role
Modifier and TypeMethodDescriptionClientScopeRoleMappingEntity.getRole()
ClientScopeRoleMappingEntity.Key.getRole()
RoleAttributeEntity.getRole()
Modifier and TypeMethodDescriptionvoid
ClientScopeRoleMappingEntity.setRole
(RoleEntity role) void
RoleAttributeEntity.setRole
(RoleEntity role) Modifier and TypeMethodDescriptionvoid
RoleEntity.setCompositeRoles
(Set<RoleEntity> compositeRoles)