Class ExtensionMeUser.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.ExtensionMeUser.Builder
 
- 
- Enclosing class:
- ExtensionMeUser
 
 public static class ExtensionMeUser.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionMeUserbuild()ExtensionMeUser.Buildercopy(ExtensionMeUser model)ExtensionMeUser.BuildercurrentPassword(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- 
currentPasswordpublic 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
 
 - 
buildpublic ExtensionMeUser build() 
 - 
copypublic ExtensionMeUser.Builder copy(ExtensionMeUser model) 
 
- 
 
-