Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static DatabaseSslConnectionCredentials.Role |
DatabaseSslConnectionCredentials.Role.create(String key) |
DatabaseSslConnectionCredentials.Role |
DatabaseSslConnectionCredentials.getRole()
The role of the user that will be connecting to the database.
|
static DatabaseSslConnectionCredentials.Role |
DatabaseSslConnectionCredentials.Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseSslConnectionCredentials.Role[] |
DatabaseSslConnectionCredentials.Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DatabaseSslConnectionCredentials.Builder |
DatabaseSslConnectionCredentials.Builder.role(DatabaseSslConnectionCredentials.Role role)
The role of the user that will be connecting to the database.
|
Constructor and Description |
---|
DatabaseSslConnectionCredentials(String credentialName,
String username,
String password,
DatabaseSslConnectionCredentials.Role role,
String sslSecretId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.