| Package | Description |
|---|---|
| org.graylog2.rest.models.roles.responses | |
| org.graylog2.rest.models.users.responses |
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<UserSummary> |
RoleMembershipResponse.users() |
| Modifier and Type | Method and Description |
|---|---|
static RoleMembershipResponse |
RoleMembershipResponse.create(String roleName,
Collection<UserSummary> users) |
| 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,
Map<String,String> startpage,
Set<String> roles) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<UserSummary> |
UserList.users() |
| Modifier and Type | Method and Description |
|---|---|
static UserList |
UserList.create(List<UserSummary> users) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.