| Package | Description |
|---|---|
| org.graylog.grn | |
| org.graylog2.migrations.V20200803120800_GrantsMigrations | |
| org.graylog2.plugin |
| Modifier and Type | Field and Description |
|---|---|
static GRNType |
GRNTypes.BUILTIN_TEAM |
static GRNType |
GRNTypes.COLLECTION |
static GRNType |
GRNTypes.DASHBOARD |
static GRNType |
GRNTypes.EVENT_DEFINITION |
static GRNType |
GRNTypes.EVENT_NOTIFICATION |
static GRNType |
GRNTypes.GRANT |
static GRNType |
GRNTypes.OUTPUT |
static GRNType |
GRNTypes.ROLE |
static GRNType |
GRNTypes.SEARCH |
static GRNType |
GRNTypes.STREAM |
static GRNType |
GRNTypes.TEAM |
static GRNType |
GRNTypes.USER |
| Modifier and Type | Method and Description |
|---|---|
static GRNType |
GRNType.create(String type,
String permissionPrefix) |
abstract GRNType |
GRN.grnType() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.ImmutableSet<GRNType> |
GRNTypes.builtinTypes()
Returns the set of builtin GRN types.
|
| Modifier and Type | Method and Description |
|---|---|
abstract GRN.Builder |
GRN.Builder.grnType(GRNType grnType) |
GRN |
GRNRegistry.newGRN(GRNType type,
String entity)
Returns the
GRN for the given type and entity. |
GRN.Builder |
GRNRegistry.newGRNBuilder(GRNType type)
Returns a new
GRN.Builder for the given type string. |
void |
GRNRegistry.registerType(GRNType type)
Registers the given GRN type.
|
| Modifier and Type | Method and Description |
|---|---|
static GRNRegistry |
GRNRegistry.createWithTypes(Collection<GRNType> types)
Returns a registry that has been initialized with the given GRN types.
|
| Constructor and Description |
|---|
GRNDescriptorService(Map<GRNType,GRNDescriptorProvider> descriptorProviders) |
| Constructor and Description |
|---|
GRNTypeCapability(GRNType grnType,
Capability capability) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PluginModule.addGRNType(GRNType type,
Class<? extends GRNDescriptorProvider> descriptorProvider) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.