| Package | Description |
|---|---|
| org.graylog.security.rest | |
| org.graylog.security.shares |
| Modifier and Type | Method and Description |
|---|---|
EntityShareResponse |
EntitySharesResource.prepareShare(@NotBlank String entityGRN,
@NotNull @Valid EntityShareRequest request) |
| Modifier and Type | Method and Description |
|---|---|
abstract EntityShareResponse |
EntityShareResponse.Builder.build() |
EntityShareResponse |
EntitySharesService.prepareShare(GRN ownedEntity,
EntityShareRequest request,
User sharingUser,
org.apache.shiro.subject.Subject sharingSubject)
Prepares the sharing operation by running some checks and returning available capabilities and grantees
as well as active shares and information about missing dependencies.
|
EntityShareResponse |
EntitySharesService.updateEntityShares(GRN ownedEntity,
EntityShareRequest request,
User sharingUser)
Share / unshare an entity with one or more grantees.
|
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.