Uses of Class
com.oracle.bmc.databasemanagement.model.User.ProxyConnect
-
Packages that use User.ProxyConnect Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of User.ProxyConnect in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return User.ProxyConnect Modifier and Type Method Description static User.ProxyConnect
User.ProxyConnect. create(String key)
User.ProxyConnect
User. getProxyConnect()
Indicates whether a user can connect directly (N) or whether the account can only be proxied (Y) by users who have proxy privileges for this account (that is, by users who have been granted the “connect through” privilege for this account).static User.ProxyConnect
User.ProxyConnect. valueOf(String name)
Returns the enum constant of this type with the specified name.static User.ProxyConnect[]
User.ProxyConnect. 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 User.ProxyConnect Modifier and Type Method Description User.Builder
User.Builder. proxyConnect(User.ProxyConnect proxyConnect)
Indicates whether a user can connect directly (N) or whether the account can only be proxied (Y) by users who have proxy privileges for this account (that is, by users who have been granted the “connect through” privilege for this account).Constructors in com.oracle.bmc.databasemanagement.model with parameters of type User.ProxyConnect Constructor Description User(String name, User.Status status, Date timeLocked, Date timeExpiring, String defaultTablespace, String tempTablespace, String localTempTablespace, Date timeCreated, String profile, String consumerGroup, String externalName, String passwordVersions, User.EditionsEnabled editionsEnabled, User.Authentication authentication, User.ProxyConnect proxyConnect, User.Common common, Date timeLastLogin, User.OracleMaintained oracleMaintained, User.Inherited inherited, String defaultCollation, User.Implicit implicit, User.AllShared allShared, User.ExternalShared externalShared, Date timePasswordChanged)
Deprecated.
-