public abstract class AuthzRoleDTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthzRoleDTO.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_DESCRIPTION |
static String |
FIELD_ID |
static String |
FIELD_NAME |
| Constructor and Description |
|---|
AuthzRoleDTO() |
| Modifier and Type | Method and Description |
|---|---|
static AuthzRoleDTO.Builder |
builder() |
abstract String |
description() |
abstract String |
id() |
abstract String |
name() |
abstract Set<String> |
permissions() |
abstract boolean |
readOnly() |
abstract AuthzRoleDTO.Builder |
toBuilder() |
Role |
toLegacyRole() |
public static final String FIELD_ID
public static final String FIELD_NAME
public static final String FIELD_DESCRIPTION
public abstract String name()
public abstract boolean readOnly()
public Role toLegacyRole()
public static AuthzRoleDTO.Builder builder()
public abstract AuthzRoleDTO.Builder toBuilder()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.