public interface Role
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
String |
getName() |
Set<String> |
getPermissions() |
boolean |
isReadOnly() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setPermissions(Set<String> permissions) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.