Package | Description |
---|---|
org.graylog2.rest.resources.users | |
org.graylog2.rest.resources.users.responses |
Modifier and Type | Method and Description |
---|---|
User |
UsersResource.get(String username) |
Modifier and Type | Method and Description |
---|---|
static User |
User.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) |
Modifier and Type | Method and Description |
---|---|
abstract List<User> |
UserList.users() |
Modifier and Type | Method and Description |
---|---|
static UserList |
UserList.create(List<User> users) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.