Class ValidateDatabaseToolsConnectionOracleDatabaseResult
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.databasetoolsruntime.model.ValidateDatabaseToolsConnectionResult
-
- com.oracle.bmc.databasetoolsruntime.model.ValidateDatabaseToolsConnectionOracleDatabaseResult
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20230222") public final class ValidateDatabaseToolsConnectionOracleDatabaseResult extends ValidateDatabaseToolsConnectionResultConnection validation result for the Oracle Database.
Note: Objects should always be created or deserialized using theValidateDatabaseToolsConnectionOracleDatabaseResult.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 theValidateDatabaseToolsConnectionOracleDatabaseResult.Builder, which maintain a set of all explicitly set fields calledValidateDatabaseToolsConnectionOracleDatabaseResult.Builder.__explicitlySet__. ThehashCode()andequals(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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classValidateDatabaseToolsConnectionOracleDatabaseResult.Builder
-
Constructor Summary
Constructors Constructor Description ValidateDatabaseToolsConnectionOracleDatabaseResult(String code, String message, String cause, String action, String databaseName, String databaseVersion, String currentSchema, String sessionUser, String proxyUser, String authenticatedIdentity, String authenticationMethod, DbmsCloudStatus dbmsCloudStatus, String cloudService, List<ValidationIdentityStatus> databaseToolsIdentityStatuses, String enterpriseIdentity, String proxyEnterpriseIdentity, List<ValidationExternalAuthenticationStatus> externalAuthenticationStatuses)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ValidateDatabaseToolsConnectionOracleDatabaseResult.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAuthenticatedIdentity()Returns the identity used in authentication.StringgetAuthenticationMethod()Returns the method of authentication.StringgetCloudService()Displays the CLOUD_SERVICE value within the USERENV contextStringgetCurrentSchema()The name of the currently active default schema.StringgetDatabaseName()The database name.List<ValidationIdentityStatus>getDatabaseToolsIdentityStatuses()Status on whether an identity type can be used with this connection or not.StringgetDatabaseVersion()The database version.DbmsCloudStatusgetDbmsCloudStatus()The DBMS_CLOUD package installation status.StringgetEnterpriseIdentity()Displays the enterprise identity value within the USERENV contextList<ValidationExternalAuthenticationStatus>getExternalAuthenticationStatuses()Status on whether an external authentication can be used with this connection or not.StringgetProxyEnterpriseIdentity()Displays the proxy enterprise identity value within the USERENV contextStringgetProxyUser()Name of the database user who opened the current session on behalf of sessionUser.StringgetSessionUser()The name of the session user (the user who logged on).inthashCode()ValidateDatabaseToolsConnectionOracleDatabaseResult.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.databasetoolsruntime.model.ValidateDatabaseToolsConnectionResult
getAction, getCause, getCode, getMessage
-
-
-
-
Constructor Detail
-
ValidateDatabaseToolsConnectionOracleDatabaseResult
@Deprecated public ValidateDatabaseToolsConnectionOracleDatabaseResult(String code, String message, String cause, String action, String databaseName, String databaseVersion, String currentSchema, String sessionUser, String proxyUser, String authenticatedIdentity, String authenticationMethod, DbmsCloudStatus dbmsCloudStatus, String cloudService, List<ValidationIdentityStatus> databaseToolsIdentityStatuses, String enterpriseIdentity, String proxyEnterpriseIdentity, List<ValidationExternalAuthenticationStatus> externalAuthenticationStatuses)
Deprecated.
-
-
Method Detail
-
builder
public static ValidateDatabaseToolsConnectionOracleDatabaseResult.Builder builder()
Create a new builder.
-
toBuilder
public ValidateDatabaseToolsConnectionOracleDatabaseResult.Builder toBuilder()
-
getDatabaseName
public String getDatabaseName()
The database name.- Returns:
- the value
-
getDatabaseVersion
public String getDatabaseVersion()
The database version.- Returns:
- the value
-
getCurrentSchema
public String getCurrentSchema()
The name of the currently active default schema.- Returns:
- the value
-
getSessionUser
public String getSessionUser()
The name of the session user (the user who logged on).- Returns:
- the value
-
getProxyUser
public String getProxyUser()
Name of the database user who opened the current session on behalf of sessionUser.- Returns:
- the value
-
getAuthenticatedIdentity
public String getAuthenticatedIdentity()
Returns the identity used in authentication.- Returns:
- the value
-
getAuthenticationMethod
public String getAuthenticationMethod()
Returns the method of authentication.- Returns:
- the value
-
getDbmsCloudStatus
public DbmsCloudStatus getDbmsCloudStatus()
The DBMS_CLOUD package installation status.- Returns:
- the value
-
getCloudService
public String getCloudService()
Displays the CLOUD_SERVICE value within the USERENV context- Returns:
- the value
-
getDatabaseToolsIdentityStatuses
public List<ValidationIdentityStatus> getDatabaseToolsIdentityStatuses()
Status on whether an identity type can be used with this connection or not.- Returns:
- the value
-
getEnterpriseIdentity
public String getEnterpriseIdentity()
Displays the enterprise identity value within the USERENV context- Returns:
- the value
-
getProxyEnterpriseIdentity
public String getProxyEnterpriseIdentity()
Displays the proxy enterprise identity value within the USERENV context- Returns:
- the value
-
getExternalAuthenticationStatuses
public List<ValidationExternalAuthenticationStatus> getExternalAuthenticationStatuses()
Status on whether an external authentication can be used with this connection or not.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toStringin classValidateDatabaseToolsConnectionResult
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toStringin classValidateDatabaseToolsConnectionResult- Parameters:
includeByteArrayContents- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classValidateDatabaseToolsConnectionResult
-
hashCode
public int hashCode()
- Overrides:
hashCodein classValidateDatabaseToolsConnectionResult
-
-