public static class ExtensionMeUser.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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
currentPassword
- the value to setpublic ExtensionMeUser build()
public ExtensionMeUser.Builder copy(ExtensionMeUser model)
Copyright © 2016–2024. All rights reserved.