| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFederationClientAuthenticationDetailsProviderBuilder<B extends AbstractFederationClientAuthenticationDetailsProviderBuilder<B,P>,P extends AbstractAuthenticationDetailsProvider>
Abstract builder base class for authentication details provider extending
AbstractRequestingAuthenticationDetailsProvider |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthenticationDetailsProvider
Interface defining a BasicAuthenticationDetailsProvider that also provides the individual
components used to create the keyId.
|
interface |
BasicAuthenticationDetailsProvider
Base interface used provide required information to sign requests to Oracle Cloud Infrastructure.
|
interface |
BasicConfigFileAuthenticationProvider
Interface defining AuthenticationDetailsProvider that also returns PEM file path and a list of
ClientConfigurators
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRequestingAuthenticationDetailsProvider
Base class for authentication details providers that make remote requests.
|
class |
ConfigFileAuthenticationDetailsProvider
Implementation of
AuthenticationDetailsProvider that uses a standard OCI configuration
file as an input. |
protected static class |
ConfigFileAuthenticationDetailsProvider.ConfigFileInstancePrincipalAuthenticationDetailsProvider |
protected static class |
ConfigFileAuthenticationDetailsProvider.ConfigFileResourcePrincipalAuthenticationDetailsProvider |
protected static class |
ConfigFileAuthenticationDetailsProvider.ConfigFileSimpleAuthenticationDetailsProvider |
class |
CustomerAuthenticationDetailsProvider |
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. |
class |
SimpleAuthenticationDetailsProvider
Basic implementation of
AuthenticationDetailsProvider that just returns configured
values. |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyPairAuthenticationDetailProvider
Resource Principals V2 using public/private key to sign the request.
|
| Modifier and Type | Method and Description |
|---|---|
abstract C |
ClientBuilderBase.build(AbstractAuthenticationDetailsProvider authenticationDetailsProvider)
Set the authentication details provider.
|
| Modifier and Type | Method and Description |
|---|---|
ClientCall<REQ,RESP,RESP_BUILDER> |
ClientCall.authenticationDetailsProvider(AbstractAuthenticationDetailsProvider authenticationDetailsProvider) |
| Constructor and Description |
|---|
BaseAsyncClient(ClientBuilderBase<?,?> builder,
AbstractAuthenticationDetailsProvider authenticationDetailsProvider) |
BaseSyncClient(ClientBuilderBase<?,?> builder,
AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
CircuitBreakerConfiguration defaultCircuitBreaker) |
| Modifier and Type | Method and Description |
|---|---|
RequestSigner |
RequestSignerFactory.createRequestSigner(Service service,
AbstractAuthenticationDetailsProvider abstractAuthProvider)
Creates a new RequestSigner instance from the given provider and type of service.
|
| Modifier and Type | Method and Description |
|---|---|
RequestSigner |
DefaultRequestSignerFactory.createRequestSigner(Service service,
AbstractAuthenticationDetailsProvider abstractAuthProvider)
Creates a new RequestSigner instance from the given provider and type of service.
|
| Constructor and Description |
|---|
TokenRefreshRetrier(AbstractAuthenticationDetailsProvider authenticationDetailsProvider)
Create a new instance.
|
Copyright © 2016–2024. All rights reserved.