Class PasswordCredentialsUpdate

    • Constructor Detail

      • PasswordCredentialsUpdate

        public PasswordCredentialsUpdate​(java.lang.String userID,
                                         char[] oldPassword,
                                         char[] newPassword)
      • PasswordCredentialsUpdate

        public PasswordCredentialsUpdate​(java.lang.String userID,
                                         java.lang.String password,
                                         java.lang.String newPassword)
      • PasswordCredentialsUpdate

        public PasswordCredentialsUpdate​(java.lang.String userID)
    • Method Detail

      • getNewPassword

        public char[] getNewPassword()
        Description copied from interface: IPasswordCredentialsUpdate
        Queries the new password to be set for the user. It is the responsibility of the provider of an update to verify that this is actually the new password intended by the user.
        Specified by:
        getNewPassword in interface IPasswordCredentialsUpdate
      • setNewPassword

        public void setNewPassword​(char[] newPassword)