Uses of Record Class
fr.tiogars.domaintemplate.domains.auth.user.entities.User
Packages that use User
Package
Description
-
Uses of User in fr.tiogars.domaintemplate.domains.auth.models
Methods in fr.tiogars.domaintemplate.domains.auth.models that return UserModifier and TypeMethodDescription@NotNull UserLoginResponse.user()Returns the value of theuserrecord component.Constructors in fr.tiogars.domaintemplate.domains.auth.models with parameters of type UserModifierConstructorDescriptionLoginResponse(@NotNull String token, @NotNull String tokenType, @NotNull Instant expiresAt, @NotNull User user) Creates an instance of aLoginResponserecord class. -
Uses of User in fr.tiogars.domaintemplate.domains.auth.user.services
Methods in fr.tiogars.domaintemplate.domains.auth.user.services that return UserModifier and TypeMethodDescriptionUserService.forceAdminUser(String username, String password) static UserUserService.toRecord(UserEntity entity) Methods in fr.tiogars.domaintemplate.domains.auth.user.services that return types with arguments of type UserModifier and TypeMethodDescriptionUserService.create(CreateUserRequest request) UserService.findAll()UserService.findByUsername(String username) UserService.update(Long id, UpdateUserRequest request)