Uses of Class
com.oracle.bmc.databasetoolsruntime.model.ValidationIdentityStatus
-
Packages that use ValidationIdentityStatus Package Description com.oracle.bmc.databasetoolsruntime.model -
-
Uses of ValidationIdentityStatus in com.oracle.bmc.databasetoolsruntime.model
Methods in com.oracle.bmc.databasetoolsruntime.model that return ValidationIdentityStatus Modifier and Type Method Description ValidationIdentityStatusValidationIdentityStatus.Builder. build()Methods in com.oracle.bmc.databasetoolsruntime.model that return types with arguments of type ValidationIdentityStatus Modifier and Type Method Description List<ValidationIdentityStatus>ValidateDatabaseToolsConnectionOracleDatabaseResult. getDatabaseToolsIdentityStatuses()Status on whether an identity type can be used with this connection or not.Methods in com.oracle.bmc.databasetoolsruntime.model with parameters of type ValidationIdentityStatus Modifier and Type Method Description ValidationIdentityStatus.BuilderValidationIdentityStatus.Builder. copy(ValidationIdentityStatus model)Method parameters in com.oracle.bmc.databasetoolsruntime.model with type arguments of type ValidationIdentityStatus Modifier and Type Method Description ValidateDatabaseToolsConnectionOracleDatabaseResult.BuilderValidateDatabaseToolsConnectionOracleDatabaseResult.Builder. databaseToolsIdentityStatuses(List<ValidationIdentityStatus> databaseToolsIdentityStatuses)Status on whether an identity type can be used with this connection or not.Constructor parameters in com.oracle.bmc.databasetoolsruntime.model with type arguments of type ValidationIdentityStatus 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.
-