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.auth
Subinterfaces of AuthenticationDetailsProvider in com.oracle.bmc.auth Modifier and Type Interface Description interface
BasicConfigFileAuthenticationProvider
Interface 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 class
ConfigFileAuthenticationDetailsProvider
Implementation ofAuthenticationDetailsProvider
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
SessionTokenAuthenticationDetailsProvider
Implementation ofAuthenticationDetailsProvider
that uses a session token for authentication.class
SimpleAuthenticationDetailsProvider
Basic implementation ofAuthenticationDetailsProvider
that just returns configured values.Methods in com.oracle.bmc.auth with parameters of type AuthenticationDetailsProvider Modifier and Type Method Description static String
CustomerKeyIdFormatter. createKeyId(AuthenticationDetailsProvider provider)
Creates a keyId from anAuthenticationDetailsProvider
.
-