Uses of Class
net.andresbustamante.yafoot.users.model.User
Packages that use User
Package
Description
Repository API for the users module.
Services API for the users module.
-
Uses of User in net.andresbustamante.yafoot.users.repository
Methods in net.andresbustamante.yafoot.users.repository that return UserModifier and TypeMethodDescriptionUserRepository.findUserByEmail
(String email) Find a user by using his email address.Methods in net.andresbustamante.yafoot.users.repository with parameters of type UserModifier and TypeMethodDescriptionvoid
UserRepository.deleteUser
(User usr) Deletes a user from active directory.void
UserRepository.updateUser
(User usr) Update user's personal details in the active directory. -
Uses of User in net.andresbustamante.yafoot.users.services
Methods in net.andresbustamante.yafoot.users.services that return UserModifier and TypeMethodDescriptionUserSearchService.findUserByEmail
(String email) Load a user for authentication by using his email address.Methods in net.andresbustamante.yafoot.users.services with parameters of type UserModifier and TypeMethodDescriptionvoid
UserManagementService.deleteUser
(User user, net.andresbustamante.yafoot.commons.model.UserContext ctx) Removes a user from the internal user directory.void
UserManagementService.updateUser
(User user, net.andresbustamante.yafoot.commons.model.UserContext ctx) Updates a user's details in the active directory.