public static class UserDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UserDetails.Builder |
authenticationType(UserDetails.AuthenticationType authenticationType)
The authentication type of the user.
|
UserDetails |
build() |
UserDetails.Builder |
copy(UserDetails model) |
UserDetails.Builder |
isUserPredefinedByOracle(Boolean isUserPredefinedByOracle)
Indicates whether or not the user is predefined by ORACLE.
|
UserDetails.Builder |
name(String name)
The name of the user.
|
UserDetails.Builder |
profile(String profile)
The name of the profile assigned to the user.
|
UserDetails.Builder |
status(String status)
The status of the user account.
|
UserDetails.Builder |
tablespace(String tablespace)
The default tablespace of the user.
|
public UserDetails.Builder name(String name)
The name of the user.
name
- the value to setpublic UserDetails.Builder status(String status)
The status of the user account.
status
- the value to setpublic UserDetails.Builder profile(String profile)
The name of the profile assigned to the user.
profile
- the value to setpublic UserDetails.Builder tablespace(String tablespace)
The default tablespace of the user.
tablespace
- the value to setpublic UserDetails.Builder isUserPredefinedByOracle(Boolean isUserPredefinedByOracle)
Indicates whether or not the user is predefined by ORACLE.
isUserPredefinedByOracle
- the value to setpublic UserDetails.Builder authenticationType(UserDetails.AuthenticationType authenticationType)
The authentication type of the user.
authenticationType
- the value to setpublic UserDetails build()
public UserDetails.Builder copy(UserDetails model)
Copyright © 2016–2024. All rights reserved.