Uses of Interface
io.stargate.auth.entity.Actor
-
Packages that use Actor Package Description io.stargate.auth io.stargate.auth.entity -
-
Uses of Actor in io.stargate.auth
Methods in io.stargate.auth with parameters of type Actor 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 Actor in io.stargate.auth.entity
Classes in io.stargate.auth.entity that implement Actor Modifier and Type Class Description classImmutableActorImmutable implementation ofActor.Methods in io.stargate.auth.entity with parameters of type Actor Modifier and Type Method Description static ImmutableActorImmutableActor. copyOf(Actor instance)Creates an immutable copy of aActorvalue.ImmutableActor.BuilderImmutableActor.Builder. from(Actor instance)Fill a builder with attribute values from the providedActorinstance.
-