| 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 |
CreateUserRequest.startpage() |
abstract Startpage |
ChangeUserRequest.startpage() |
| 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) |
static CreateUserRequest |
CreateUserRequest.create(@NotEmpty String username,
@NotEmpty String password,
@Email String email,
@NotEmpty String firstName,
@NotEmpty String lastName,
@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 firstName,
String lastName,
String fullName,
List<org.apache.shiro.authz.permission.WildcardPermission> permissions,
List<GRNPermission> grnPermissions,
Map<String,Object> preferences,
String timezone,
Long sessionTimeoutMs,
boolean readOnly,
boolean external,
Startpage startpage,
Set<String> roles,
boolean sessionActive,
Date lastActivity,
String clientAddress,
User.AccountStatus accountStatus) |
| Modifier and Type | Method and Description |
|---|---|
Startpage |
UserImpl.getStartpage() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserImpl.setStartpage(Startpage startpage) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.