| Package | Description |
|---|---|
| org.graylog2.rest.models.roles.responses |
| Modifier and Type | Method and Description |
|---|---|
static RoleResponse |
RoleResponse.create(String name,
com.google.common.base.Optional<String> description,
Set<String> permissions,
boolean readOnly) |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<RoleResponse> |
RolesResponse.roles() |
| Modifier and Type | Method and Description |
|---|---|
static RolesResponse |
RolesResponse.create(Set<RoleResponse> roles) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.