@Value.Immutable
public interface AuthorizedResource
| Modifier and Type | Method and Description |
|---|---|
default EntitySelector |
element()
Identifies the name of the resource.
|
default EntitySelector |
keyspace()
Identifies the keyspace of the resource.
|
ResourceKind |
kind()
Identifies the resource kind.
|
@Value.Parameter ResourceKind kind()
@Value.Default default EntitySelector keyspace()
If the keyspace selector is a wildcard, the element() selector should also be a
wildcard.
@Value.Default default EntitySelector element()
Copyright © 2022. All rights reserved.