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.authClasses in com.oracle.bmc.auth with annotations of type AuthCachingPolicy Modifier and Type Class Description classInstancePrincipalsAuthenticationDetailsProviderImplementation ofBasicAuthenticationDetailsProviderthat integrates with instance principal authentication endpoints to generate service tokens used for actual signing.classResourcePrincipalAuthenticationDetailsProviderThis constructs a default implementation of the ResourcePrincipalAuthenticationDetailsProvider, constructed in accordance with the following environment variable settings:- OCI_RESOURCE_PRINCIPAL_VERSION:
 classResourcePrincipalsV3AuthenticationDetailsProviderThis constructs a default implementation of theResourcePrincipalAuthenticationDetailsProvider, integrates principal authentication services to generate resource principal session token used for actual signing.classSessionTokenAuthenticationDetailsProviderImplementation ofAuthenticationDetailsProviderthat uses a session token for authentication.
- 
Uses of AuthCachingPolicy in com.oracle.bmc.http.signing.internalMethods in com.oracle.bmc.http.signing.internal that return AuthCachingPolicy Modifier and Type Method Description static AuthCachingPolicyDefaultRequestSignerFactory. 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)
 
-