Class ExtensionMeUser.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • 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