Class PasswordRequest


  • public class PasswordRequest
    extends Object
    Request for changes the password for an account on this homeserver.
    • Field Detail

      • newPassword

        private char[] newPassword
        Required. The new password for the account.
      • auth

        private AuthenticationData auth
        Additional authentication information for the user-interactive authentication API.
    • Constructor Detail

      • PasswordRequest

        public PasswordRequest()
    • Method Detail

      • getNewPassword

        public char[] getNewPassword()
      • setNewPassword

        public void setNewPassword​(char[] newPassword)