| Package | Description |
|---|---|
| io.stargate.auth |
| Modifier and Type | Method and Description |
|---|---|
static PermissionKind |
PermissionKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PermissionKind[] |
PermissionKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
AuthorizationProcessor.addPermissions(Actor performer,
AuthorizationOutcome outcome,
PermissionKind kind,
Collection<AccessPermission> permissions,
AuthorizedResource resource,
EntitySelector grantee)
Grants
grantee the specified access permissions on the specified resource. |
CompletionStage<Void> |
AuthorizationProcessor.removePermissions(Actor performer,
AuthorizationOutcome outcome,
PermissionKind kind,
Collection<AccessPermission> permissions,
AuthorizedResource resource,
EntitySelector grantee)
Revokes the specified access
permissions on the specified resource from the
grantee. |
Copyright © 2022. All rights reserved.