Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static User.OracleMaintained |
User.OracleMaintained.create(String key) |
User.OracleMaintained |
User.getOracleMaintained()
Indicates whether the user was created and is maintained by Oracle-supplied scripts (such as
catalog.sql or catproc.sql).
|
static User.OracleMaintained |
User.OracleMaintained.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static User.OracleMaintained[] |
User.OracleMaintained.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
User.Builder |
User.Builder.oracleMaintained(User.OracleMaintained oracleMaintained)
Indicates whether the user was created and is maintained by Oracle-supplied scripts (such
as catalog.sql or catproc.sql).
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.