Class ExtensionMeUser.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.ExtensionMeUser.Builder
-
- Enclosing class:
- ExtensionMeUser
public static class ExtensionMeUser.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionMeUser
build()
ExtensionMeUser.Builder
copy(ExtensionMeUser model)
ExtensionMeUser.Builder
currentPassword(String currentPassword)
The current password is required if the user attempts to change the values of attributes that are used in recovering or verifying the user’s own identity.
-
-
-
Method Detail
-
currentPassword
public ExtensionMeUser.Builder currentPassword(String currentPassword)
The current password is required if the user attempts to change the values of attributes that are used in recovering or verifying the user’s own identity.If the current password is specified, it will be used to authenticate the user regardless of any change in these attribute values
*SCIM++ Properties:** - idcsSearchable: false - idcsSensitive: hash - multiValued: false - mutability: writeOnly - required: false - returned: never - type: string - uniqueness: none
- Parameters:
currentPassword
- the value to set- Returns:
- this builder
-
build
public ExtensionMeUser build()
-
copy
public ExtensionMeUser.Builder copy(ExtensionMeUser model)
-
-