| Package | Description |
|---|---|
| org.graylog2.rest.models.users.responses | |
| org.graylog2.rest.resources.users |
| 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 |
|---|---|
abstract List<UserSummary> |
UserList.users() |
| Modifier and Type | Method and Description |
|---|---|
static UserList |
UserList.create(List<UserSummary> users) |
| Modifier and Type | Method and Description |
|---|---|
UserSummary |
UsersResource.get(String username,
UserContext userContext)
Deprecated.
|
UserSummary |
UsersResource.getbyId(String userId,
UserContext userContext) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.