Uses of Interface
com.oracle.bmc.auth.RefreshableOnNotAuthenticatedProvider
-
Packages that use RefreshableOnNotAuthenticatedProvider Package Description com.oracle.bmc.auth com.oracle.bmc.auth.internal com.oracle.bmc.util.internal -
-
Uses of RefreshableOnNotAuthenticatedProvider in com.oracle.bmc.auth
Classes in com.oracle.bmc.auth that implement RefreshableOnNotAuthenticatedProvider Modifier and Type Class Description class
InstancePrincipalsAuthenticationDetailsProvider
Implementation ofBasicAuthenticationDetailsProvider
that integrates with instance principal authentication endpoints to generate service tokens used for actual signing.class
ResourcePrincipalAuthenticationDetailsProvider
This constructs a default implementation of the
ResourcePrincipalAuthenticationDetailsProvider
, constructed in accordance with the following environment variable settings:- OCI_RESOURCE_PRINCIPAL_VERSION:
class
ResourcePrincipalsV3AuthenticationDetailsProvider
This constructs a default implementation of theResourcePrincipalAuthenticationDetailsProvider
, integrates principal authentication services to generate resource principal session token used for actual signing.class
SessionTokenAuthenticationDetailsProvider
Implementation ofAuthenticationDetailsProvider
that uses a session token for authentication. -
Uses of RefreshableOnNotAuthenticatedProvider in com.oracle.bmc.auth.internal
Classes in com.oracle.bmc.auth.internal that implement RefreshableOnNotAuthenticatedProvider Modifier and Type Class Description class
KeyPairAuthenticationDetailProvider
Resource Principals V2 using public/private key to sign the request. -
Uses of RefreshableOnNotAuthenticatedProvider in com.oracle.bmc.util.internal
Constructors in com.oracle.bmc.util.internal with parameters of type RefreshableOnNotAuthenticatedProvider Constructor Description RefreshAuthTokenTransformingFuture(Future<FROM> delegate, Function<FROM,TO> transformer, RefreshableOnNotAuthenticatedProvider<?> authProvider, Supplier<Future<FROM>> generateNewFutureForRetry)
Deprecated.RefreshAuthTokenWrapper(RefreshableOnNotAuthenticatedProvider<?> authDetailsProvider, AsyncHandler<REQUEST,RESPONSE> innerHandler, Function<AsyncHandler<REQUEST,RESPONSE>,Future<RESPONSE>> futureSupplier)
RefreshAuthTokenWrappingAsyncHandler(RefreshableOnNotAuthenticatedProvider<?> authDetailsProvider, AsyncHandler<REQUEST,RESPONSE> innerHandler)
Deprecated.
-