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 - exceptionAuthorizationExceptionMQUser getMQUser(String userName) throws PluginPropertyServiceException
userName - user namePluginPropertyServiceException - exceptionList<String> getMQUsers() throws PluginPropertyServiceException
PluginPropertyServiceException - exceptionvoid removeUser(String userName) throws PluginPropertyServiceException, AuthorizationException
userName - user namePluginPropertyServiceException - exceptionAuthorizationExceptionCopyright © 2019 Communote team. All rights reserved.