public interface UserManagerClient
| Modifier and Type | Method and Description |
|---|---|
void |
createUser(String userId) |
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.StorageHubExceptionCopyright © 2020. All Rights Reserved.