Uses of Class
tv.hd3g.authkit.mod.entity.User
-
Packages that use User Package Description tv.hd3g.authkit.mod.dto.ressource tv.hd3g.authkit.mod.entity tv.hd3g.authkit.mod.repository tv.hd3g.authkit.mod.service -
-
Uses of User in tv.hd3g.authkit.mod.dto.ressource
Constructors in tv.hd3g.authkit.mod.dto.ressource with parameters of type User Constructor Description UserDto(User user)See getuser.sql and listuser.sql -
Uses of User in tv.hd3g.authkit.mod.entity
Methods in tv.hd3g.authkit.mod.entity that return User Modifier and Type Method Description UserCredential. getUser()Methods in tv.hd3g.authkit.mod.entity that return types with arguments of type User Modifier and Type Method Description Set<User>Group. getUsers()Constructors in tv.hd3g.authkit.mod.entity with parameters of type User Constructor Description Credential(User user, String login, byte[] passwordhash, String realm, boolean enabled, boolean mustchangepassword)Internal password userCredential(User user, String login, String ldapdomain, String realm, boolean enabled)External LDAP user -
Uses of User in tv.hd3g.authkit.mod.repository
Methods in tv.hd3g.authkit.mod.repository that return User Modifier and Type Method Description UserUserRepository. getByUUID(String uuid) -
Uses of User in tv.hd3g.authkit.mod.service
Methods in tv.hd3g.authkit.mod.service with parameters of type User Modifier and Type Method Description URITOTPService. makeURI(String secret, User user, String totpDomain)URITOTPServiceImpl. makeURI(String secret, User user, String totpDomain)
-