| Modifier and Type | Field and Description |
|---|---|
String |
_id |
String |
name |
Set<String> |
permissions |
| Constructor and Description |
|---|
RoleImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getId() |
String |
getName() |
Set<String> |
getPermissions() |
int |
hashCode() |
boolean |
isReadOnly() |
String |
nameLower() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setNameLower(String ignored) |
void |
setPermissions(Set<String> permissions) |
void |
setReadOnly(boolean readOnly) |
public String nameLower()
public void setNameLower(String ignored)
@Nullable public String getDescription()
getDescription in interface Rolepublic void setDescription(@Nullable String description)
setDescription in interface Rolepublic Set<String> getPermissions()
getPermissions in interface Rolepublic void setPermissions(Set<String> permissions)
setPermissions in interface Rolepublic boolean isReadOnly()
isReadOnly in interface Rolepublic void setReadOnly(boolean readOnly)
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.