public class MQUser extends Object
Constructor and Description |
---|
MQUser() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
char[] |
getPassword() |
Set<String> |
getRoles() |
void |
setName(String name) |
void |
setPassword(char[] password) |
void |
setRoles(Set<String> roles) |
Copyright © 2019 Communote team. All rights reserved.