Uses of Interface
com.oracle.bmc.auth.AuthenticationDetailsProvider
- 
Packages that use AuthenticationDetailsProvider Package Description com.oracle.bmc.auth 
- 
- 
Uses of AuthenticationDetailsProvider in com.oracle.bmc.authSubinterfaces of AuthenticationDetailsProvider in com.oracle.bmc.auth Modifier and Type Interface Description interfaceBasicConfigFileAuthenticationProviderInterface defining AuthenticationDetailsProvider that also returns PEM file path and a list of ClientConfiguratorsClasses in com.oracle.bmc.auth that implement AuthenticationDetailsProvider Modifier and Type Class Description classConfigFileAuthenticationDetailsProviderImplementation ofAuthenticationDetailsProviderthat uses a standard OCI configuration file as an input.protected static classConfigFileAuthenticationDetailsProvider.ConfigFileInstancePrincipalAuthenticationDetailsProviderprotected static classConfigFileAuthenticationDetailsProvider.ConfigFileResourcePrincipalAuthenticationDetailsProviderprotected static classConfigFileAuthenticationDetailsProvider.ConfigFileSimpleAuthenticationDetailsProviderclassCustomerAuthenticationDetailsProviderclassSessionTokenAuthenticationDetailsProviderImplementation ofAuthenticationDetailsProviderthat uses a session token for authentication.classSimpleAuthenticationDetailsProviderBasic implementation ofAuthenticationDetailsProviderthat just returns configured values.Methods in com.oracle.bmc.auth with parameters of type AuthenticationDetailsProvider Modifier and Type Method Description static StringCustomerKeyIdFormatter. createKeyId(AuthenticationDetailsProvider provider)Creates a keyId from anAuthenticationDetailsProvider.
 
-