public interface UserManagementService extends UserService
| Modifier and Type | Method and Description |
|---|---|
void |
changePassword(User user,
String newPassword) |
void |
changePassword(User user,
String oldPassword,
String newPassword) |
String |
create(User user)
Additional method allows explicit create operation to be carried out
(as opposed to calling .save)
|
boolean |
isUserPassword(User user,
String password) |
void |
setUserStatus(User user,
User.AccountStatus status) |
String |
update(User user)
Additional method allows explicit update operations to be carried out
(as opposed to calling .save)
|
count, create, delete, deleteById, dissociateAllUsersFromRole, getAdminUser, getGRNPermissionsForUser, getPermissionsForUser, getRoleNames, getRootUser, getUserPermissionsFromRoles, getWildcardPermissionsForUser, load, loadAll, loadAllForAuthServiceBackend, loadAllForRole, loadByAuthServiceUidOrUsername, loadById, loadByIdsdestroy, destroyAll, save, saveWithoutValidation, validate, validate, validateString create(User user) throws ValidationException
ValidationExceptionString update(User user) throws ValidationException
ValidationExceptionvoid setUserStatus(User user, User.AccountStatus status) throws ValidationException
ValidationExceptionvoid changePassword(User user, String oldPassword, String newPassword) throws ValidationException
ValidationExceptionvoid changePassword(User user, String newPassword) throws ValidationException
ValidationExceptionCopyright © 2012–2021 Graylog, Inc.. All rights reserved.