Uses of Class
fr.tiogars.domaintemplate.domains.auth.role.entities.RoleEntity
Packages that use RoleEntity
Package
Description
-
Uses of RoleEntity in fr.tiogars.domaintemplate.domains.auth.role.repositories
Subinterfaces with type arguments of type RoleEntity in fr.tiogars.domaintemplate.domains.auth.role.repositoriesModifier and TypeInterfaceDescriptioninterfaceAccesses persisted authorization roles.Methods in fr.tiogars.domaintemplate.domains.auth.role.repositories that return types with arguments of type RoleEntityModifier and TypeMethodDescriptionRoleRepository.findAllByOrderByCodeAsc()RoleRepository.findByCode(String code) -
Uses of RoleEntity in fr.tiogars.domaintemplate.domains.auth.role.services
Methods in fr.tiogars.domaintemplate.domains.auth.role.services that return types with arguments of type RoleEntityMethods in fr.tiogars.domaintemplate.domains.auth.role.services with parameters of type RoleEntity -
Uses of RoleEntity in fr.tiogars.domaintemplate.domains.auth.user.entities
Methods in fr.tiogars.domaintemplate.domains.auth.user.entities that return types with arguments of type RoleEntityMethod parameters in fr.tiogars.domaintemplate.domains.auth.user.entities with type arguments of type RoleEntityModifier and TypeMethodDescriptionvoidUserEntity.update(String username, String passwordHash, boolean enabled, Set<RoleEntity> roles, Instant lastModifiedDate) Constructor parameters in fr.tiogars.domaintemplate.domains.auth.user.entities with type arguments of type RoleEntityModifierConstructorDescriptionUserEntity(String username, String passwordHash, boolean enabled, Set<RoleEntity> roles, Instant createdDate, Instant lastModifiedDate)