Uses of Interface
com.oracle.bmc.auth.ConfigurableRefreshOnNotAuthenticatedProvider
-
Packages that use ConfigurableRefreshOnNotAuthenticatedProvider Package Description com.oracle.bmc.auth -
-
Uses of ConfigurableRefreshOnNotAuthenticatedProvider in com.oracle.bmc.auth
Classes in com.oracle.bmc.auth that implement ConfigurableRefreshOnNotAuthenticatedProvider 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.
-