| Package | Description |
|---|---|
| org.graylog2.rest.resources.users | |
| org.graylog2.shared.users | |
| org.graylog2.users |
| Modifier and Type | Method and Description |
|---|---|
void |
UsersResource.changeUser(String userId,
@Valid @NotNull ChangeUserRequest cr) |
| Modifier and Type | Method and Description |
|---|---|
static ChangeUserRequest |
ChangeUserRequest.create(@Email String email,
String firstName,
String lastName,
List<String> permissions,
String timezone,
@Valid Startpage startpage,
@Min(value=1L) Long sessionTimeoutMs,
List<String> roles,
Boolean isServiceAccount) |
| Modifier and Type | Method and Description |
|---|---|
String |
UserManagementService.update(User user,
ChangeUserRequest cr)
Additional method allows explicit update operations to be carried out
(as opposed to calling .save)
|
| Modifier and Type | Method and Description |
|---|---|
String |
UserManagementServiceImpl.update(User user,
ChangeUserRequest cr) |
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.