| Package | Description |
|---|---|
| org.graylog2.plugin.database.users | |
| org.graylog2.rest.models.users.responses | |
| org.graylog2.shared.users | |
| org.graylog2.users |
| Modifier and Type | Method and Description |
|---|---|
User.AccountStatus |
User.getAccountStatus() |
static User.AccountStatus |
User.AccountStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static User.AccountStatus[] |
User.AccountStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.setAccountStatus(User.AccountStatus status) |
| Modifier and Type | Method and Description |
|---|---|
abstract User.AccountStatus |
UserSummary.accountStatus() |
| 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 |
|---|---|
void |
UserManagementService.setUserStatus(User user,
User.AccountStatus status) |
| Modifier and Type | Method and Description |
|---|---|
abstract User.AccountStatus |
UserOverviewDTO.accountStatus() |
User.AccountStatus |
UserImpl.getAccountStatus() |
| Modifier and Type | Method and Description |
|---|---|
abstract UserOverviewDTO.Builder |
UserOverviewDTO.Builder.accountStatus(User.AccountStatus accountStatus) |
void |
UserImpl.setAccountStatus(User.AccountStatus status) |
void |
UserManagementServiceImpl.setUserStatus(User user,
User.AccountStatus status) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.