public interface MQUsersDAO
Modifier and Type | Method and Description |
---|---|
void |
addUser(String userName,
String password) |
MQUser |
getMQUser(String userName) |
List<String> |
getMQUsers() |
void |
removeUser(String userName) |
void addUser(String userName, String password) throws PluginPropertyServiceException, AuthorizationException
userName
- user namepassword
- user passwordPluginPropertyServiceException
- exceptionAuthorizationException
MQUser getMQUser(String userName) throws PluginPropertyServiceException
userName
- user namePluginPropertyServiceException
- exceptionList<String> getMQUsers() throws PluginPropertyServiceException
PluginPropertyServiceException
- exceptionvoid removeUser(String userName) throws PluginPropertyServiceException, AuthorizationException
userName
- user namePluginPropertyServiceException
- exceptionAuthorizationException
Copyright © 2019 Communote team. All rights reserved.