Uses of Class
nl.tailormap.viewer.config.security.User
-
Packages that use User Package Description nl.tailormap.viewer.config.app nl.tailormap.viewer.config.security -
-
Uses of User in nl.tailormap.viewer.config.app
Methods in nl.tailormap.viewer.config.app that return User Modifier and Type Method Description UserApplication. getOwner()Methods in nl.tailormap.viewer.config.app with parameters of type User Modifier and Type Method Description voidApplication. setOwner(User owner) -
Uses of User in nl.tailormap.viewer.config.security
Methods in nl.tailormap.viewer.config.security that return types with arguments of type User Modifier and Type Method Description Set<User>Group. getMembers()Methods in nl.tailormap.viewer.config.security with parameters of type User Modifier and Type Method Description static booleanAuthorizations. isUserExpired(User u)Method parameters in nl.tailormap.viewer.config.security with type arguments of type User Modifier and Type Method Description voidGroup. setMembers(Set<User> members)
-