Uses of Class
com.oracle.bmc.auth.AuthCachingPolicy
-
Packages that use AuthCachingPolicy Package Description com.oracle.bmc.auth com.oracle.bmc.http.signing.internal -
-
Uses of AuthCachingPolicy in com.oracle.bmc.auth
Classes in com.oracle.bmc.auth with annotations of type AuthCachingPolicy 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 AuthCachingPolicy in com.oracle.bmc.http.signing.internal
Methods in com.oracle.bmc.http.signing.internal that return AuthCachingPolicy Modifier and Type Method Description static AuthCachingPolicy
DefaultRequestSignerFactory. getAuthCachingPolicy(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
Methods in com.oracle.bmc.http.signing.internal with parameters of type AuthCachingPolicy Modifier and Type Method Description protected Supplier<String>
DefaultRequestSignerFactory. createKeyIdSupplier(BasicAuthenticationDetailsProvider authenticationDetailsProvider, AuthCachingPolicy policy)
static KeySupplier<RSAPrivateKey>
DefaultRequestSignerFactory. createKeySupplier(BasicAuthenticationDetailsProvider authenticationDetailsProvider, AuthCachingPolicy policy)
-