public interface UserService extends PersistedService
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
User |
create() |
int |
delete(String username) |
void |
dissociateAllUsersFromRole(Role role) |
User |
getAdminUser() |
List<String> |
getPermissionsForUser(User user) |
Set<String> |
getRoleNames(User user) |
Set<String> |
getUserPermissionsFromRoles(User user) |
User |
load(String username) |
List<User> |
loadAll() |
Collection<User> |
loadAllForRole(Role role) |
destroy, destroyAll, save, saveWithoutValidation, validate, validate, validateCopyright © 2012–2017 Graylog, Inc.. All rights reserved.