Class AbstractUser

    • Constructor Detail

      • AbstractUser

        protected AbstractUser​(com.exasol.db.Identifier name)
        Create a new database user with a default password.

        This method creates a user with a password derived from the user name. Note that this is only acceptable in the scope of testing for which the TDDB is made. Never use something like this in production code!

        Parameters:
        name - user name
      • AbstractUser

        protected AbstractUser​(com.exasol.db.Identifier name,
                               String password)
        Create a new database user.
        Parameters:
        name - user name
        password - login password