| Package | Description |
|---|---|
| io.stargate.auth |
| 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(AuthenticationSubject authenticationSubject,
String keyspace,
String table,
List<TypedKeyValue> typedKeyValues,
Scope scope,
SourceAPI sourceAPI)
Using the provided token will perform pre-authorization where possible.
|
ResultSet |
AuthorizationService.authorizedDataRead(Callable<ResultSet> action,
AuthenticationSubject authenticationSubject,
String keyspace,
String table,
List<TypedKeyValue> typedKeyValues,
SourceAPI sourceAPI)
Using the provided token will perform pre-authorization where possible, executes the query
provided, and then authorizes the response of the query.
|
Copyright © 2022. All rights reserved.