Uses of Class
org.keycloak.models.jpa.entities.RoleEntity
Packages that use RoleEntity
-
Uses of RoleEntity in org.keycloak.models.jpa
Fields in org.keycloak.models.jpa declared as RoleEntityMethods in org.keycloak.models.jpa that return RoleEntityMethods in org.keycloak.models.jpa with parameters of type RoleEntityMethod parameters in org.keycloak.models.jpa with type arguments of type RoleEntityModifier 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) Constructors in org.keycloak.models.jpa with parameters of type RoleEntityModifierConstructorDescriptionRoleAdapter
(KeycloakSession session, RealmModel realm, jakarta.persistence.EntityManager em, RoleEntity role) -
Uses of RoleEntity in org.keycloak.models.jpa.entities
Fields in org.keycloak.models.jpa.entities declared as RoleEntityModifier and TypeFieldDescriptionprotected RoleEntity
ClientScopeRoleMappingEntity.Key.role
protected RoleEntity
ClientScopeRoleMappingEntity.role
protected RoleEntity
RoleAttributeEntity.role
Methods in org.keycloak.models.jpa.entities that return RoleEntityModifier and TypeMethodDescriptionClientScopeRoleMappingEntity.getRole()
ClientScopeRoleMappingEntity.Key.getRole()
RoleAttributeEntity.getRole()
Methods in org.keycloak.models.jpa.entities that return types with arguments of type RoleEntityMethods in org.keycloak.models.jpa.entities with parameters of type RoleEntityModifier and TypeMethodDescriptionvoid
ClientScopeRoleMappingEntity.setRole
(RoleEntity role) void
RoleAttributeEntity.setRole
(RoleEntity role) Method parameters in org.keycloak.models.jpa.entities with type arguments of type RoleEntityModifier and TypeMethodDescriptionvoid
RoleEntity.setCompositeRoles
(Set<RoleEntity> compositeRoles) Constructors in org.keycloak.models.jpa.entities with parameters of type RoleEntity