Uses of Class
com.jk.webstack.security.User
Packages that use User
Package
Description
-
Uses of User in com.jk.webstack.security
Methods in com.jk.webstack.security that return User -
Uses of User in com.jk.webstack.security.controllers
Methods in com.jk.webstack.security.controllers that return User -
Uses of User in com.jk.webstack.security.services
Methods in com.jk.webstack.security.services that return UserModifier and TypeMethodDescriptionSecurityService.createAccount
(String username, String firstname, String lastname, String password, UserRole role) This method create a user account with the provided details.protected User
SecurityService.findAccountUsername
(String username) This method find a user account by user name.SecurityService.loadUserByUsername
(String username) This method loads a user by their user name.SecurityService.resetAccount
(String username) This method reset a user's account by generating a new password.Methods in com.jk.webstack.security.services with parameters of type UserModifier and TypeMethodDescriptionprotected void
SecurityService.processCurrentAccount
(User account) This method process an existing user account.protected void
SecurityService.processNewAccount
(User account) This method process the creation of a new user account.protected void
SecurityService.resetAccount
(User account) This method reset a user's account by generating a new password.