Uses of Class
io.stargate.auth.entity.EntitySelector
-
Packages that use EntitySelector Package Description io.stargate.auth io.stargate.auth.entity -
-
Uses of EntitySelector in io.stargate.auth
Methods in io.stargate.auth with parameters of type EntitySelector 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 EntitySelector in io.stargate.auth.entity
Methods in io.stargate.auth.entity that return EntitySelector Modifier and Type Method Description static EntitySelectorEntitySelector. byName(String name)default EntitySelectorAuthorizedResource. element()Identifies the name of the resource.EntitySelectorImmutableAuthorizedResource. element()Identifies the name of the resource.default EntitySelectorAuthorizedResource. keyspace()Identifies the keyspace of the resource.EntitySelectorImmutableAuthorizedResource. keyspace()Identifies the keyspace of the resource.static EntitySelectorEntitySelector. wildcard()Methods in io.stargate.auth.entity with parameters of type EntitySelector Modifier and Type Method Description ImmutableAuthorizedResource.BuilderImmutableAuthorizedResource.Builder. element(EntitySelector element)Initializes the value for theelementattribute.ImmutableAuthorizedResource.BuilderImmutableAuthorizedResource.Builder. keyspace(EntitySelector keyspace)Initializes the value for thekeyspaceattribute.ImmutableAuthorizedResourceImmutableAuthorizedResource. withElement(EntitySelector value)Copy the current immutable object by setting a value for theelementattribute.ImmutableAuthorizedResourceImmutableAuthorizedResource. withKeyspace(EntitySelector value)Copy the current immutable object by setting a value for thekeyspaceattribute.
-