Class UpdateUserOptions

    • Constructor Detail

      • UpdateUserOptions

        public UpdateUserOptions()
    • Method Detail

      • firstName

        public UpdateUserOptions firstName​(String firstName)
        Parameters:
        firstName - user account first name
      • hashedPassword

        public UpdateUserOptions hashedPassword​(String hashedPassword)
        Parameters:
        hashedPassword - hashed password (default is MD5). If you wish to use any other hashing algorithm, you would need to write a custom authentication adapter
      • timezone

        public UpdateUserOptions timezone​(String timezone)
        Parameters:
        timezone - specifies a timezone for this command. For more information on the timezone parameter, see Time Zone Format.