| 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(String email,
String fullName,
List<String> permissions,
String timezone,
Startpage startpage,
Long sessionTimeoutMs,
List<String> roles) |
static CreateUserRequest |
CreateUserRequest.create(String username,
String password,
String email,
String fullName,
List<String> permissions,
String timezone,
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–2017 Graylog, Inc.. All rights reserved.