Class NessieClient

    • Constructor Detail

      • NessieClient

        public NessieClient​(NessieClient.AuthType authType,
                            String path,
                            String username,
                            String password)
        create new nessie client. All REST api endpoints are mapped here. This client should support any jaxrs implementation
        Parameters:
        authType - authentication type (AWS, NONE, BASIC)
        path - URL for the nessie client (eg http://localhost:19120/api/v1)
        username - username (only for BASIC auth)
        password - password (only for BASIC auth)