Uses of Class
oracle.kv.KVSecurityException
Package
Description
This package contains the public API for using Oracle NoSQL Database.
Table support for Oracle NoSQL Database.
-
Uses of KVSecurityException in oracle.kv
Modifier and TypeClassDescriptionclass
This exception is thrown if an application passes invalid credentials to a KVStore authentication operation.class
This exception is thrown when a secured operation is attempted and the client is not currently authenticated.class
This exception is thrown from methods where an authenticated user is attempting to perform an operation for which they are not authorized. -
Uses of KVSecurityException in oracle.kv.table
Modifier and TypeMethodDescriptionDeprecated.TableAPI.tableKeysIterator
(Iterator<PrimaryKey> primaryKeyIterator, MultiRowOptions getOptions, TableIteratorOptions iterateOptions) Returns an iterator over the keys matching the primary keys supplied by iterator (or the rows in ancestor or descendant tables, or those in a range specified by the MultiRowOptions argument).
KVStore.execute(String)