Uses of Interface
oracle.jdbc.AccessToken
Packages that use AccessToken
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.Beginning in Oracle Release 12.2, some of the Oracle extensions to JDBC
are captured in the package
oracle.jdbc.datasource.This package holds data source and connection builder classes that
implement the Oracle JDBC extension interfaces in the
oracle.jdbc.datasource and oracle.jdbc
packages.
This package defines service provider interfaces (SPIs) that are consumed by
the Oracle JDBC Driver.
-
Uses of AccessToken in oracle.jdbc
Methods in oracle.jdbc that return AccessTokenModifier and TypeMethodDescriptionstatic AccessTokenAccessToken.createJsonWebToken(char[] token) Creates anAccessTokenrepresenting a JSON Web Token (JWT).static AccessTokenAccessToken.createJsonWebToken(char[] token, PrivateKey privateKey) Creates anAccessTokenrepresenting a JSON Web Token (JWT) that requires proof of possession (PoP) of aprivateKey.Methods in oracle.jdbc that return types with arguments of type AccessTokenModifier and TypeMethodDescriptionstatic Supplier<? extends AccessToken>AccessToken.createJsonWebTokenCache(Supplier<? extends AccessToken> tokenSupplier) Returns aSupplierthat caches access tokens generated by atokenSupplier.Methods in oracle.jdbc with parameters of type AccessTokenModifier and TypeMethodDescriptionOracleConnectionBuilder.accessToken(AccessToken accessToken) Specifies theaccessTokento be used when creating a connection.Method parameters in oracle.jdbc with type arguments of type AccessTokenModifier and TypeMethodDescriptionstatic Supplier<? extends AccessToken>AccessToken.createJsonWebTokenCache(Supplier<? extends AccessToken> tokenSupplier) Returns aSupplierthat caches access tokens generated by atokenSupplier. -
Uses of AccessToken in oracle.jdbc.datasource
Method parameters in oracle.jdbc.datasource with type arguments of type AccessTokenModifier and TypeMethodDescriptionvoidOracleCommonDataSource.setTokenSupplier(Supplier<? extends AccessToken> tokenSupplier) Sets a supplier function that generates an access token when creating a connection with thisDataSource. -
Uses of AccessToken in oracle.jdbc.datasource.impl
Method parameters in oracle.jdbc.datasource.impl with type arguments of type AccessTokenModifier and TypeMethodDescriptionfinal voidOracleDataSource.setTokenSupplier(Supplier<? extends AccessToken> tokenSupplier) -
Uses of AccessToken in oracle.jdbc.spi
Methods in oracle.jdbc.spi that return AccessTokenModifier and TypeMethodDescriptionAccessTokenProvider.getAccessToken(Map<OracleResourceProvider.Parameter, CharSequence> parameterValues) Returns a OAUTH access token that authorizes logins to Oracle Database.