| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationService.authorizeDataRead(String token,
String keyspace,
String table)
Using the provided token will perform pre-authorization and if not successful throws an
exception.
|
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.authorizeSchemaRead(String token,
List<String> keyspaceNames,
List<String> tableNames)
Using the provided token will perform pre-authorization of accessing the provided resources.
|
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.
|
String |
AuthenticationService.createToken(String key) |
String |
AuthenticationService.createToken(String key,
String secret) |
StoredCredentials |
AuthenticationService.validateToken(String token) |
Copyright © 2020. All rights reserved.