Uses of Class
com.oracle.bmc.goldengate.model.OracleConnection.AuthenticationMode
-
Packages that use OracleConnection.AuthenticationMode Package Description com.oracle.bmc.goldengate.model -
-
Uses of OracleConnection.AuthenticationMode in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return OracleConnection.AuthenticationMode Modifier and Type Method Description static OracleConnection.AuthenticationMode
OracleConnection.AuthenticationMode. create(String key)
OracleConnection.AuthenticationMode
CreateOracleConnectionDetails. getAuthenticationMode()
Authentication mode.OracleConnection.AuthenticationMode
OracleConnection. getAuthenticationMode()
Authentication mode.OracleConnection.AuthenticationMode
OracleConnectionSummary. getAuthenticationMode()
Authentication mode.OracleConnection.AuthenticationMode
UpdateOracleConnectionDetails. getAuthenticationMode()
Authentication mode.static OracleConnection.AuthenticationMode
OracleConnection.AuthenticationMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static OracleConnection.AuthenticationMode[]
OracleConnection.AuthenticationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.goldengate.model with parameters of type OracleConnection.AuthenticationMode Modifier and Type Method Description CreateOracleConnectionDetails.Builder
CreateOracleConnectionDetails.Builder. authenticationMode(OracleConnection.AuthenticationMode authenticationMode)
Authentication mode.OracleConnection.Builder
OracleConnection.Builder. authenticationMode(OracleConnection.AuthenticationMode authenticationMode)
Authentication mode.OracleConnectionSummary.Builder
OracleConnectionSummary.Builder. authenticationMode(OracleConnection.AuthenticationMode authenticationMode)
Authentication mode.UpdateOracleConnectionDetails.Builder
UpdateOracleConnectionDetails.Builder. authenticationMode(OracleConnection.AuthenticationMode authenticationMode)
Authentication mode.Constructors in com.oracle.bmc.goldengate.model with parameters of type OracleConnection.AuthenticationMode Constructor Description CreateOracleConnectionDetails(String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<AddResourceLockDetails> locks, String vaultId, String keyId, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, OracleConnection.TechnologyType technologyType, String username, String password, String passwordSecretId, String connectionString, OracleConnection.AuthenticationMode authenticationMode, String wallet, String walletSecretId, OracleConnection.SessionMode sessionMode, String privateIp, String databaseId)
Deprecated.OracleConnection(String id, String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Connection.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, List<ResourceLock> locks, String vaultId, String keyId, List<IngressIpDetails> ingressIps, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, OracleConnection.TechnologyType technologyType, String username, String connectionString, OracleConnection.AuthenticationMode authenticationMode, OracleConnection.SessionMode sessionMode, String privateIp, String databaseId, String passwordSecretId, String walletSecretId)
Deprecated.OracleConnectionSummary(String id, String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Connection.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String vaultId, String keyId, List<IngressIpDetails> ingressIps, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, List<ResourceLock> locks, Boolean doesUseSecretIds, OracleConnection.TechnologyType technologyType, String username, String connectionString, OracleConnection.AuthenticationMode authenticationMode, OracleConnection.SessionMode sessionMode, String privateIp, String databaseId, String passwordSecretId, String walletSecretId)
Deprecated.UpdateOracleConnectionDetails(String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String vaultId, String keyId, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, String username, String password, String passwordSecretId, String connectionString, OracleConnection.AuthenticationMode authenticationMode, String wallet, String walletSecretId, OracleConnection.SessionMode sessionMode, String privateIp, String databaseId)
Deprecated.
-