Interface User.UpdateStages.WithEncryptedPassword

All Known Subinterfaces:
User.Update
Enclosing interface:
User.UpdateStages

public static interface User.UpdateStages.WithEncryptedPassword
The stage of the User update allowing to specify encryptedPassword.
  • Method Details

    • withEncryptedPassword

      User.Update withEncryptedPassword(AsymmetricEncryptedSecret encryptedPassword)
      Specifies the encryptedPassword property: The password details..
      Parameters:
      encryptedPassword - The password details.
      Returns:
      the next definition stage.