@Generated(value="OracleSDKGenerator", comments="API Version: 20201005") public final class DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails extends DatabaseToolsConnectionOracleDatabaseProxyClientDetails
Proxy client information for user name based proxy authentication.
Note: Objects should always be created or deserialized using the DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails.Builder
, which maintain a
set of all explicitly set fields called DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails(String userName,
DatabaseToolsUserPasswordDetails userPassword,
List<String> roles)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<String> |
getRoles()
A list of database roles for the client.
|
String |
getUserName()
The user name.
|
DatabaseToolsUserPasswordDetails |
getUserPassword() |
int |
hashCode() |
DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails(String userName, DatabaseToolsUserPasswordDetails userPassword, List<String> roles)
public static DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails.Builder builder()
Create a new builder.
public DatabaseToolsConnectionOracleDatabaseProxyClientUserNameDetails.Builder toBuilder()
public String getUserName()
The user name.
public DatabaseToolsUserPasswordDetails getUserPassword()
public List<String> getRoles()
A list of database roles for the client. These roles are enabled if the proxy is authorized to use the roles on behalf of the client.
public String toString()
toString
in class DatabaseToolsConnectionOracleDatabaseProxyClientDetails
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class DatabaseToolsConnectionOracleDatabaseProxyClientDetails
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class DatabaseToolsConnectionOracleDatabaseProxyClientDetails
public int hashCode()
hashCode
in class DatabaseToolsConnectionOracleDatabaseProxyClientDetails
Copyright © 2016–2024. All rights reserved.