Uses of Class
com.oracle.bmc.databasemanagement.model.ProxiedForUserSummary.Authentication
-
Packages that use ProxiedForUserSummary.Authentication Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of ProxiedForUserSummary.Authentication in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ProxiedForUserSummary.Authentication Modifier and Type Method Description static ProxiedForUserSummary.Authentication
ProxiedForUserSummary.Authentication. create(String key)
ProxiedForUserSummary.Authentication
ProxiedForUserSummary. getAuthentication()
Indicates whether the proxy is required to supply the client credentials (YES) or not (NO).static ProxiedForUserSummary.Authentication
ProxiedForUserSummary.Authentication. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProxiedForUserSummary.Authentication[]
ProxiedForUserSummary.Authentication. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type ProxiedForUserSummary.Authentication Modifier and Type Method Description ProxiedForUserSummary.Builder
ProxiedForUserSummary.Builder. authentication(ProxiedForUserSummary.Authentication authentication)
Indicates whether the proxy is required to supply the client credentials (YES) or not (NO).Constructors in com.oracle.bmc.databasemanagement.model with parameters of type ProxiedForUserSummary.Authentication Constructor Description ProxiedForUserSummary(String name, ProxiedForUserSummary.Authentication authentication, ProxiedForUserSummary.Flags flags)
Deprecated.
-