Uses of Class
io.stargate.auth.TypedKeyValue
-
Packages that use TypedKeyValue Package Description io.stargate.auth -
-
Uses of TypedKeyValue in io.stargate.auth
Methods in io.stargate.auth that return types with arguments of type TypedKeyValue Modifier and Type Method Description static List<TypedKeyValue>TypedKeyValue. forDML(BoundDMLQuery dmlQuery)static List<TypedKeyValue>TypedKeyValue. forSelect(BoundSelect select)Method parameters in io.stargate.auth with type arguments of type TypedKeyValue Modifier and Type Method Description voidAuthorizationService. authorizeDataWrite(AuthenticationSubject authenticationSubject, String keyspace, String table, List<TypedKeyValue> typedKeyValues, Scope scope, SourceAPI sourceAPI)Using the provided token will perform pre-authorization where possible.ResultSetAuthorizationService. 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.
-