Uses of Class
org.tailormap.api.persistence.User
Packages that use User
Package
Description
-
Uses of User in org.tailormap.api.persistence
Methods in org.tailormap.api.persistence that return UserModifier and TypeMethodDescriptionUser.setAdditionalProperties
(List<AdminAdditionalProperty> additionalProperties) User.setEnabled
(boolean enabled) User.setPassword
(String passwordHash) User.setUsername
(String username) User.setValidUntil
(ZonedDateTime validUntil) User.setVersion
(Long version) Methods in org.tailormap.api.persistence that return types with arguments of type UserMethod parameters in org.tailormap.api.persistence with type arguments of type User -
Uses of User in org.tailormap.api.repository
Methods in org.tailormap.api.repository that return types with arguments of type User -
Uses of User in org.tailormap.api.security
Constructors in org.tailormap.api.security with parameters of type User