Interface UserManagerClient

All Superinterfaces:
ManagerClient
All Known Implementing Classes:
DefaultUserManager

public interface UserManagerClient extends ManagerClient
  • Method Details

    • createUser

      void createUser(String userId) throws org.gcube.common.storagehub.model.exceptions.StorageHubException
      Throws:
      org.gcube.common.storagehub.model.exceptions.StorageHubException
    • removeUser

      void removeUser(String userId) throws org.gcube.common.storagehub.model.exceptions.StorageHubException
      Throws:
      org.gcube.common.storagehub.model.exceptions.StorageHubException
    • getUsers

      List<String> getUsers() throws org.gcube.common.storagehub.model.exceptions.StorageHubException
      Throws:
      org.gcube.common.storagehub.model.exceptions.StorageHubException
    • exists

      boolean exists(String user) throws org.gcube.common.storagehub.model.exceptions.StorageHubException
      Throws:
      org.gcube.common.storagehub.model.exceptions.StorageHubException