Interface UserService
- All Superinterfaces:
CRUDService<users>
- All Known Implementing Classes:
UserServiceImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
changeUserPassword
(String user, String newPassword) void
createPasswordResetTokenForUser
(users user, String token) void
createVerificationTokenForUser
(users user, String token) void
deleteUserByName
(String username) findByUsername
(String username) findCommandByEmail
(String email) findCommandByName
(String username) findInfoByEmail
(String email) getEmailAddr
(String username) boolean
HasUserRole
(String strRoletoValidate) saveUserCommand
(UserCommand userCommand) Methods inherited from interface org.xbricks.common.generic.services.data.CRUDService
delete, getById, listAll, saveOrUpdate
-
Method Details
-
findByUsername
-
findInfoByEmail
-
findCommandByName
-
saveUserCommand
-
deleteUserByName
-
findCommandByEmail
-
createPasswordResetTokenForUser
-
getEmailAddr
-
changeUserPassword
-
createVerificationTokenForUser
-
HasUserRole
-