Uses of Class
eu.rarogsoftware.rarog.platform.api.user.management.UserManagementException
Packages that use UserManagementException
Package
Description
-
Uses of UserManagementException in eu.rarogsoftware.rarog.platform.api.user.management
Methods in eu.rarogsoftware.rarog.platform.api.user.management that throw UserManagementExceptionModifier and TypeMethodDescriptionUserManager.createUser(StandardUser user) Create a new user with the supplied details.voidUserManager.deleteUser(String username) Remove the user with the given login name from the system.voidUserStore.deleteUser(String username) Get user for provided idGet user with provided usernamevoidUserStore.overrideUserByUsername(SimpleUser user) UserStore.storeUser(SimpleUser user) voidUserManager.updatePassword(long id, String newPassword) Change password of user with provided id.voidUserManager.updatePassword(String username, String newPassword) Change password of user with provided username.voidUserStore.updatePassword(long id, String newPassword) voidUserStore.updatePassword(String username, String newPassword) voidUserManager.updateUser(StandardUser user) Update the specified user. -
Uses of UserManagementException in eu.rarogsoftware.rarog.platform.app.rest
Methods in eu.rarogsoftware.rarog.platform.app.rest that throw UserManagementExceptionModifier and TypeMethodDescription(package private) org.springframework.http.ResponseEntity<MyAccountRestController.GenericResponse>MyAccountRestController.changePassword(MyAccountRestController.PasswordChangeRequest request, StandardUser rarogUser, org.springframework.security.core.Authentication authentication) -
Uses of UserManagementException in eu.rarogsoftware.rarog.platform.core.user.management
Methods in eu.rarogsoftware.rarog.platform.core.user.management that throw UserManagementExceptionModifier and TypeMethodDescriptionSimpleUserManager.createUser(StandardUser user) voidDbUserStore.deleteUser(String username) voidSimpleUserManager.deleteUser(String username) voidDbUserStore.overrideUserByUsername(SimpleUser user) DbUserStore.Operation.run()DbUserStore.storeUser(SimpleUser user) voidDbUserStore.updatePassword(long id, String newPassword) voidDbUserStore.updatePassword(String username, String newPassword) voidSimpleUserManager.updatePassword(long id, String newPassword) voidSimpleUserManager.updatePassword(String username, String newPassword) voidSimpleUserManager.updateUser(StandardUser user)