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 RoleEntityClientScopeRoleMappingEntity.Key.roleprotected RoleEntityClientScopeRoleMappingEntity.roleprotected RoleEntityRoleAttributeEntity.roleMethods in org.keycloak.models.jpa.entities that return RoleEntityModifier and TypeMethodDescriptionCompositeRoleEntity.getChildRole()CompositeRoleEntity.Key.getChildRole()CompositeRoleEntity.getParentRole()CompositeRoleEntity.Key.getParentRole()ClientScopeRoleMappingEntity.getRole()ClientScopeRoleMappingEntity.Key.getRole()RoleAttributeEntity.getRole()Methods in org.keycloak.models.jpa.entities with parameters of type RoleEntityModifier and TypeMethodDescriptionvoidCompositeRoleEntity.Key.setChildRole(RoleEntity childRole) voidCompositeRoleEntity.setChildRole(RoleEntity childRole) voidCompositeRoleEntity.Key.setParentRole(RoleEntity parentRole) voidCompositeRoleEntity.setParentRole(RoleEntity parentRole) voidClientScopeRoleMappingEntity.setRole(RoleEntity role) voidRoleAttributeEntity.setRole(RoleEntity role) Constructors in org.keycloak.models.jpa.entities with parameters of type RoleEntityModifierConstructorDescriptionCompositeRoleEntity(RoleEntity parentRole, RoleEntity childRole) Key(ClientScopeEntity clientScope, RoleEntity role) Key(RoleEntity parentRole, RoleEntity childRole)