- attemptTokenAuthentication(byte[]) - Method in class io.stargate.auth.PlainTextTokenSaslNegotiator
-
- authentication - Variable in class io.stargate.auth.PlainTextTokenSaslNegotiator
-
- AuthenticationService - Interface in io.stargate.auth
-
- AuthorizationService - Interface in io.stargate.auth
-
- authorizeDataRead(String, String, String) - Method in interface io.stargate.auth.AuthorizationService
-
Using the provided token will perform pre-authorization and if not successful throws an
exception.
- authorizeDataWrite(String, String, String, Scope) - Method in interface io.stargate.auth.AuthorizationService
-
Using the provided token will perform pre-authorization and if not successful throws an
exception.
- authorizeDataWrite(String, String, String, List<TypedKeyValue>, Scope) - Method in interface io.stargate.auth.AuthorizationService
-
Using the provided token will perform pre-authorization where possible.
- authorizedDataRead(Callable<ResultSet>, String, String, String, List<TypedKeyValue>) - Method in interface io.stargate.auth.AuthorizationService
-
Using the provided token will perform pre-authorization where possible, executes the query
provided, and then authorizes the response of the query.
- authorizeSchemaRead(String, List<String>, List<String>) - Method in interface io.stargate.auth.AuthorizationService
-
Using the provided token will perform pre-authorization of accessing the provided resources.
- authorizeSchemaWrite(String, String, String, Scope) - Method in interface io.stargate.auth.AuthorizationService
-
Using the provided token will perform pre-authorization where possible and if not successful
throws an exception.