| Package | Description |
|---|---|
| org.graylog.security.entities | |
| org.graylog.security.shares |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableSet<Grantee> |
EntityDescriptor.owners() |
| Modifier and Type | Method and Description |
|---|---|
static EntityDescriptor |
EntityDescriptor.create(GRN id,
String title,
Set<Grantee> owners) |
abstract EntityDescriptor.Builder |
EntityDescriptor.Builder.owners(Set<Grantee> owners) |
| Modifier and Type | Method and Description |
|---|---|
static Grantee |
Grantee.create(GRN grn,
String type,
String title) |
static Grantee |
Grantee.createGlobal() |
static Grantee |
Grantee.createUser(GRN grn,
String title) |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableSet<Grantee> |
EntityShareResponse.availableGrantees() |
com.google.common.collect.ImmutableSet<Grantee> |
DefaultGranteeService.getAvailableGrantees(User sharingUser) |
Set<Grantee> |
GranteeService.getAvailableGrantees(User sharingUser) |
| Modifier and Type | Method and Description |
|---|---|
abstract EntityShareResponse.Builder |
EntityShareResponse.Builder.availableGrantees(Set<Grantee> availableGrantees) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.