Uses of Class
nl.b3p.tailormap.api.persistence.User
-
Packages that use User Package Description nl.b3p.tailormap.api.persistence nl.b3p.tailormap.api.repository nl.b3p.tailormap.api.security -
-
Uses of User in nl.b3p.tailormap.api.persistence
Methods in nl.b3p.tailormap.api.persistence that return User Modifier and Type Method Description UserUser. setAdditionalProperties(com.fasterxml.jackson.databind.JsonNode additionalProperties)UserUser. setEmail(String email)UserUser. setEnabled(boolean enabled)UserUser. setGroups(Set<Group> groups)UserUser. setName(String name)UserUser. setNotes(String notes)UserUser. setPassword(String passwordHash)UserUser. setUsername(String username)UserUser. setValidUntil(ZonedDateTime validUntil)UserUser. setVersion(Long version)Methods in nl.b3p.tailormap.api.persistence that return types with arguments of type User Modifier and Type Method Description Set<User>Group. getMembers()Method parameters in nl.b3p.tailormap.api.persistence with type arguments of type User Modifier and Type Method Description GroupGroup. setMembers(Set<User> members) -
Uses of User in nl.b3p.tailormap.api.repository
Methods in nl.b3p.tailormap.api.repository that return types with arguments of type User Modifier and Type Method Description Optional<User>UserRepository. findById(String username) -
Uses of User in nl.b3p.tailormap.api.security
Constructors in nl.b3p.tailormap.api.security with parameters of type User Constructor Description TailormapUserDetails(User user)
-