Uses of Class
com.oracle.bmc.databasemanagement.model.ProxyUserSummary.Authentication
-
Packages that use ProxyUserSummary.Authentication Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of ProxyUserSummary.Authentication in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ProxyUserSummary.Authentication Modifier and Type Method Description static ProxyUserSummary.Authentication
ProxyUserSummary.Authentication. create(String key)
ProxyUserSummary.Authentication
ProxyUserSummary. getAuthentication()
Indicates whether the proxy is required to supply the client credentials (YES) or not (NO).static ProxyUserSummary.Authentication
ProxyUserSummary.Authentication. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProxyUserSummary.Authentication[]
ProxyUserSummary.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 ProxyUserSummary.Authentication Modifier and Type Method Description ProxyUserSummary.Builder
ProxyUserSummary.Builder. authentication(ProxyUserSummary.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 ProxyUserSummary.Authentication Constructor Description ProxyUserSummary(String name, ProxyUserSummary.Authentication authentication, ProxyUserSummary.Flags flags)
Deprecated.
-