Uses of Class
io.stargate.auth.PermissionKind
-
Packages that use PermissionKind Package Description io.stargate.auth -
-
Uses of PermissionKind in io.stargate.auth
Methods in io.stargate.auth that return PermissionKind Modifier and Type Method Description static PermissionKindPermissionKind. 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.Methods in io.stargate.auth with parameters of type PermissionKind Modifier and Type Method Description CompletionStage<Void>AuthorizationProcessor. addPermissions(Actor performer, AuthorizationOutcome outcome, PermissionKind kind, Collection<AccessPermission> permissions, AuthorizedResource resource, EntitySelector grantee)Grantsgranteethe specified accesspermissionson the specifiedresource.CompletionStage<Void>AuthorizationProcessor. removePermissions(Actor performer, AuthorizationOutcome outcome, PermissionKind kind, Collection<AccessPermission> permissions, AuthorizedResource resource, EntitySelector grantee)Revokes the specified accesspermissionson the specifiedresourcefrom thegrantee.
-