| Modifier and Type | Method and Description |
|---|---|
static List<TypedKeyValue> |
TypedKeyValue.forDML(BoundDMLQuery dmlQuery) |
static List<TypedKeyValue> |
TypedKeyValue.forSelect(BoundSelect select) |
| 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.
|
ResultSet |
AuthorizationService.authorizedDataRead(Callable<ResultSet> action,
String token,
String keyspace,
String table,
List<TypedKeyValue> typedKeyValues)
Using the provided token will perform pre-authorization where possible, executes the query
provided, and then authorizes the response of the query.
|
Copyright © 2020. All rights reserved.