| Package | Description |
|---|---|
| org.graylog2.plugin.database.users | |
| org.graylog2.rest.models.users.requests | |
| org.graylog2.rest.models.users.responses | |
| org.graylog2.users |
| Modifier and Type | Method and Description |
|---|---|
Startpage |
User.getStartpage() |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setStartpage(Startpage startpage) |
| Modifier and Type | Method and Description |
|---|---|
static Startpage |
Startpage.create(String type,
String id) |
abstract Startpage |
ChangeUserRequest.startpage() |
abstract Startpage |
CreateUserRequest.startpage() |
| Modifier and Type | Method and Description |
|---|---|
static ChangeUserRequest |
ChangeUserRequest.create(@Email String email,
String fullName,
List<String> permissions,
String timezone,
@Valid Startpage startpage,
@Min(value=1L) Long sessionTimeoutMs,
List<String> roles) |
static CreateUserRequest |
CreateUserRequest.create(@NotEmpty String username,
@NotEmpty String password,
@Email String email,
@NotEmpty String fullName,
@NotNull List<String> permissions,
String timezone,
@Min(value=1L) Long sessionTimeoutMs,
Startpage startpage,
List<String> roles) |
| Modifier and Type | Method and Description |
|---|---|
abstract Startpage |
UserSummary.startpage() |
| Modifier and Type | Method and Description |
|---|---|
static UserSummary |
UserSummary.create(String id,
String username,
String email,
String fullName,
List<String> permissions,
Map<String,Object> preferences,
String timezone,
Long sessionTimeoutMs,
boolean readOnly,
boolean external,
Startpage startpage,
Set<String> roles,
boolean sessionActive,
Date lastActivity,
String clientAddress) |
| Modifier and Type | Method and Description |
|---|---|
Startpage |
UserImpl.getStartpage() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserImpl.setStartpage(Startpage startpage) |
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.