Uses of Interface
oracle.nosql.driver.AuthorizationProvider
Package
Description
Contains the public API for using the Oracle NoSQL Database
as well as configuration and common parameter classes used in
database operations.
This package contains the public API for managing security for the
Oracle NoSQL Database Cloud using Oracle Cloud Infrastructure Identity
and Access Management (IAM).
This package contains classes that are specific to using the driver
on-premises and not applicable to the Cloud Service.
-
Uses of AuthorizationProvider in oracle.nosql.driver
Modifier and TypeMethodDescriptionNoSQLHandleConfig.getAuthorizationProvider()
Returns theAuthorizationProvider
configured for the handle, or null if none is set.Modifier and TypeMethodDescriptionNoSQLHandleConfig.setAuthorizationProvider
(AuthorizationProvider provider) Sets theAuthorizationProvider
to use for the handle.ModifierConstructorDescriptionNoSQLHandleConfig
(String endpoint, AuthorizationProvider provider) Specifies an endpoint or region id to use to connect to the Oracle NoSQL Database Cloud Service or, if on-premise, the Oracle NoSQL Database proxy server.NoSQLHandleConfig
(AuthorizationProvider provider) Cloud service only.NoSQLHandleConfig
(Region region, AuthorizationProvider provider) Cloud service only. -
Uses of AuthorizationProvider in oracle.nosql.driver.iam
-
Uses of AuthorizationProvider in oracle.nosql.driver.kv