Uses of Interface
io.stargate.auth.entity.AccessPermission
-
Packages that use AccessPermission Package Description io.stargate.auth io.stargate.auth.entity -
-
Uses of AccessPermission in io.stargate.auth
Method parameters in io.stargate.auth with type arguments of type AccessPermission 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. -
Uses of AccessPermission in io.stargate.auth.entity
Classes in io.stargate.auth.entity that implement AccessPermission Modifier and Type Class Description classImmutableAccessPermissionImmutable implementation ofAccessPermission.Methods in io.stargate.auth.entity with parameters of type AccessPermission Modifier and Type Method Description static ImmutableAccessPermissionImmutableAccessPermission. copyOf(AccessPermission instance)Creates an immutable copy of aAccessPermissionvalue.ImmutableAccessPermission.BuilderImmutableAccessPermission.Builder. from(AccessPermission instance)Fill a builder with attribute values from the providedAccessPermissioninstance.
-