Interface TeiidConnection

    • Method Detail

      • changeUser

        void changeUser​(String userName,
                        String newPassword)
                 throws SQLException
        Re-authenticate with the given username and password. If the re-authentication fails the connection will remain under the current user.
        Parameters:
        userName - the username to authenticate with
        newPassword - the password to authenticate with
        Throws:
        SQLException