Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static DatabaseConnectionStringProfile.TlsAuthentication |
DatabaseConnectionStringProfile.TlsAuthentication.create(String key) |
DatabaseConnectionStringProfile.TlsAuthentication |
DatabaseConnectionStringProfile.getTlsAuthentication()
Specifies whether the TLS handshake is using one-way (
SERVER ) or mutual (MUTUAL ) authentication. |
static DatabaseConnectionStringProfile.TlsAuthentication |
DatabaseConnectionStringProfile.TlsAuthentication.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseConnectionStringProfile.TlsAuthentication[] |
DatabaseConnectionStringProfile.TlsAuthentication.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DatabaseConnectionStringProfile.Builder |
DatabaseConnectionStringProfile.Builder.tlsAuthentication(DatabaseConnectionStringProfile.TlsAuthentication tlsAuthentication)
Specifies whether the TLS handshake is using one-way (
SERVER ) or mutual (MUTUAL ) authentication. |
Constructor and Description |
---|
DatabaseConnectionStringProfile(String displayName,
String value,
DatabaseConnectionStringProfile.ConsumerGroup consumerGroup,
DatabaseConnectionStringProfile.Protocol protocol,
DatabaseConnectionStringProfile.TlsAuthentication tlsAuthentication,
DatabaseConnectionStringProfile.HostFormat hostFormat,
DatabaseConnectionStringProfile.SessionMode sessionMode,
DatabaseConnectionStringProfile.SyntaxFormat syntaxFormat,
Boolean isRegional)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.