Uses of Class
nl.b3p.tailormap.api.persistence.User
Packages that use User
Package
Description
-
Uses of User in nl.b3p.tailormap.api.persistence
Methods in nl.b3p.tailormap.api.persistence that return UserModifier and TypeMethodDescriptionUser.setAdditionalProperties(com.fasterxml.jackson.databind.JsonNode additionalProperties) User.setEnabled(boolean enabled) User.setPassword(String passwordHash) User.setUsername(String username) User.setValidUntil(ZonedDateTime validUntil) User.setVersion(Long version) Methods in nl.b3p.tailormap.api.persistence that return types with arguments of type UserMethod parameters in nl.b3p.tailormap.api.persistence with type arguments of type User -
Uses of User in nl.b3p.tailormap.api.repository
Methods in nl.b3p.tailormap.api.repository that return types with arguments of type User -
Uses of User in nl.b3p.tailormap.api.security
Constructors in nl.b3p.tailormap.api.security with parameters of type User