| Modifier and Type | Method and Description |
|---|---|
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationService.authorizeDataWrite(String token,
String keyspace,
String table,
List<TypedKeyValue> typedKeyValues,
Scope scope)
Using the provided token will perform pre-authorization where possible.
|
void |
AuthorizationService.authorizeDataWrite(String token,
String keyspace,
String table,
Scope scope)
Using the provided token will perform pre-authorization and if not successful throws an
exception.
|
void |
AuthorizationService.authorizeSchemaWrite(String token,
String keyspace,
String table,
Scope scope)
Using the provided token will perform pre-authorization where possible and if not successful
throws an exception.
|
Copyright © 2020. All rights reserved.