public abstract class Grantee extends Object
| Constructor and Description |
|---|
Grantee() |
| Modifier and Type | Method and Description |
|---|---|
static Grantee |
create(GRN grn,
String type,
String title) |
static Grantee |
createGlobal() |
static Grantee |
createUser(GRN grn,
String title) |
abstract GRN |
grn() |
abstract String |
title() |
abstract String |
type() |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.