Uses of Class
com.oracle.bmc.databasetoolsruntime.model.DatabaseToolsExternalAuthenticationStatus
-
Packages that use DatabaseToolsExternalAuthenticationStatus Package Description com.oracle.bmc.databasetoolsruntime.model -
-
Uses of DatabaseToolsExternalAuthenticationStatus in com.oracle.bmc.databasetoolsruntime.model
Methods in com.oracle.bmc.databasetoolsruntime.model that return DatabaseToolsExternalAuthenticationStatus Modifier and Type Method Description static DatabaseToolsExternalAuthenticationStatusDatabaseToolsExternalAuthenticationStatus. create(String key)DatabaseToolsExternalAuthenticationStatusValidationExternalAuthenticationStatus. getStatus()The status of the external authentication.static DatabaseToolsExternalAuthenticationStatusDatabaseToolsExternalAuthenticationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabaseToolsExternalAuthenticationStatus[]DatabaseToolsExternalAuthenticationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasetoolsruntime.model with parameters of type DatabaseToolsExternalAuthenticationStatus Modifier and Type Method Description ValidationExternalAuthenticationStatus.BuilderValidationExternalAuthenticationStatus.Builder. status(DatabaseToolsExternalAuthenticationStatus status)The status of the external authentication.Constructors in com.oracle.bmc.databasetoolsruntime.model with parameters of type DatabaseToolsExternalAuthenticationStatus Constructor Description ValidationExternalAuthenticationStatus(IdentityProviderType type, DatabaseToolsExternalAuthenticationStatus status, String statusDetails)Deprecated.
-