public interface UserManagerClient
| Modifier and Type | Method and Description |
|---|---|
void |
addUser(String userId) |
List<String> |
getUsers() |
void |
removeUser(String userId) |
void addUser(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 © 2019. All Rights Reserved.