Uses of Class
io.stargate.auth.AuthorizationOutcome
-
Packages that use AuthorizationOutcome Package Description io.stargate.auth -
-
Uses of AuthorizationOutcome in io.stargate.auth
Methods in io.stargate.auth that return AuthorizationOutcome Modifier and Type Method Description static AuthorizationOutcomeAuthorizationOutcome. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthorizationOutcome[]AuthorizationOutcome. 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 AuthorizationOutcome 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.
-