public interface UserManagerClient
| Modifier and Type | Method and Description |
|---|---|
void |
createUser(String userId) |
boolean |
exists(String user) |
List<String> |
getUsers() |
void |
removeUser(String userId) |
void createUser(String userId) throws org.gcube.common.storagehub.model.exceptions.StorageHubException
org.gcube.common.storagehub.model.exceptions.StorageHubExceptionvoid removeUser(String userId) throws org.gcube.common.storagehub.model.exceptions.StorageHubException
org.gcube.common.storagehub.model.exceptions.StorageHubExceptionList<String> getUsers() throws org.gcube.common.storagehub.model.exceptions.StorageHubException
org.gcube.common.storagehub.model.exceptions.StorageHubExceptionboolean exists(String user) throws org.gcube.common.storagehub.model.exceptions.StorageHubException
org.gcube.common.storagehub.model.exceptions.StorageHubExceptionCopyright © 2021. All Rights Reserved.