| Package | Description |
|---|---|
| io.stargate.auth.entity |
| Modifier and Type | Method and Description |
|---|---|
ImmutableAuthorizedResource |
ImmutableAuthorizedResource.Builder.build()
Builds a new
ImmutableAuthorizedResource. |
static ImmutableAuthorizedResource |
ImmutableAuthorizedResource.copyOf(AuthorizedResource instance)
Creates an immutable copy of a
AuthorizedResource value. |
static ImmutableAuthorizedResource |
ImmutableAuthorizedResource.of(ResourceKind kind)
Construct a new immutable
AuthorizedResource instance. |
ImmutableAuthorizedResource |
ImmutableAuthorizedResource.withElement(EntitySelector value)
Copy the current immutable object by setting a value for the
element attribute. |
ImmutableAuthorizedResource |
ImmutableAuthorizedResource.withKeyspace(EntitySelector value)
Copy the current immutable object by setting a value for the
keyspace attribute. |
ImmutableAuthorizedResource |
ImmutableAuthorizedResource.withKind(ResourceKind value)
Copy the current immutable object by setting a value for the
kind attribute. |
Copyright © 2022. All rights reserved.