Package | Description |
---|---|
com.oracle.bmc.auth | |
com.oracle.bmc.auth.internal | |
com.oracle.bmc.util.internal |
Modifier and Type | Class and Description |
---|---|
class |
InstancePrincipalsAuthenticationDetailsProvider
Implementation of
BasicAuthenticationDetailsProvider 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: |
class |
ResourcePrincipalsV3AuthenticationDetailsProvider
This constructs a default implementation of the
ResourcePrincipalAuthenticationDetailsProvider , integrates principal authentication services to
generate resource principal session token used for actual signing. |
class |
SessionTokenAuthenticationDetailsProvider
Implementation of
AuthenticationDetailsProvider that uses a session token for
authentication. |
Modifier and Type | Class and Description |
---|---|
class |
KeyPairAuthenticationDetailProvider
Resource Principals V2 using public/private key to sign the request.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.