Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
User.Builder |
User.Builder.allShared(User.AllShared allShared)
In a sharded database, indicates whether the user is created with shard DDL enabled (YES)
or not (NO).
|
User.Builder |
User.Builder.authentication(User.Authentication authentication)
The authentication mechanism for the user.
|
static User.Builder |
User.builder()
Create a new builder.
|
User.Builder |
User.Builder.common(User.Common common)
Indicates whether a given user is common(Y) or local(N).
|
User.Builder |
User.Builder.consumerGroup(String consumerGroup)
The initial resource consumer group for the User.
|
User.Builder |
User.Builder.copy(User model) |
User.Builder |
User.Builder.defaultCollation(String defaultCollation)
The default collation for the user schema.
|
User.Builder |
User.Builder.defaultTablespace(String defaultTablespace)
The default tablespace for data.
|
User.Builder |
User.Builder.editionsEnabled(User.EditionsEnabled editionsEnabled)
Indicates whether editions have been enabled for the corresponding user (Y) or not (N).
|
User.Builder |
User.Builder.externalName(String externalName)
The external name of the user.
|
User.Builder |
User.Builder.externalShared(User.ExternalShared externalShared)
In a federated sharded database, indicates whether the user is an external shard user
(YES) or not (NO).
|
User.Builder |
User.Builder.implicit(User.Implicit implicit)
Indicates whether the user is a common user created by an implicit application (YES) or
not (NO).
|
User.Builder |
User.Builder.inherited(User.Inherited inherited)
Indicates whether the user definition is inherited from another container (YES) or not
(NO).
|
User.Builder |
User.Builder.localTempTablespace(String localTempTablespace)
The default local temporary tablespace for the user.
|
User.Builder |
User.Builder.name(String name)
The name of the User.
|
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).
|
User.Builder |
User.Builder.passwordVersions(String passwordVersions)
The list of existing versions of the password hashes (also known as “verifiers”) for the
account.
|
User.Builder |
User.Builder.profile(String profile)
The profile name of the user.
|
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).
|
User.Builder |
User.Builder.status(User.Status status)
The status of the user account.
|
User.Builder |
User.Builder.tempTablespace(String tempTablespace)
The name of the default tablespace for temporary tables or the name of a tablespace
group.
|
User.Builder |
User.Builder.timeCreated(Date timeCreated)
The date and time the user was created.
|
User.Builder |
User.Builder.timeExpiring(Date timeExpiring)
The date and time of the expiration of the user account.
|
User.Builder |
User.Builder.timeLastLogin(Date timeLastLogin)
The date and time of the last user login.
|
User.Builder |
User.Builder.timeLocked(Date timeLocked)
The date the account was locked, if the status of the account is LOCKED.
|
User.Builder |
User.Builder.timePasswordChanged(Date timePasswordChanged)
The date and time when the user password was last set.
|
User.Builder |
User.toBuilder() |
Copyright © 2016–2024. All rights reserved.