Class AdminConnectionParameters

    • Constructor Detail

      • AdminConnectionParameters

        protected AdminConnectionParameters​(String username,
                                            String password,
                                            String databaseName,
                                            String schema,
                                            String host,
                                            int port,
                                            String jdbcDriver,
                                            String clientUsername,
                                            boolean useSSL,
                                            String parameters)
    • Method Detail

      • getClientUsername

        public String getClientUsername()
        The name of the user who will be accessing the database. This is used to set permissions. Contrast to the username here which in this case is the name of the administrator.
        Returns:
      • setClientUsername

        public void setClientUsername​(String clientUsername)