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.AuthenticationModeOracleConnection.AuthenticationMode. create(String key)OracleConnection.AuthenticationModeCreateOracleConnectionDetails. getAuthenticationMode()Authentication mode.OracleConnection.AuthenticationModeOracleConnection. getAuthenticationMode()Authentication mode.OracleConnection.AuthenticationModeOracleConnectionSummary. getAuthenticationMode()Authentication mode.OracleConnection.AuthenticationModeUpdateOracleConnectionDetails. getAuthenticationMode()Authentication mode.static OracleConnection.AuthenticationModeOracleConnection.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.BuilderCreateOracleConnectionDetails.Builder. authenticationMode(OracleConnection.AuthenticationMode authenticationMode)Authentication mode.OracleConnection.BuilderOracleConnection.Builder. authenticationMode(OracleConnection.AuthenticationMode authenticationMode)Authentication mode.OracleConnectionSummary.BuilderOracleConnectionSummary.Builder. authenticationMode(OracleConnection.AuthenticationMode authenticationMode)Authentication mode.UpdateOracleConnectionDetails.BuilderUpdateOracleConnectionDetails.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.
-