public class UserConfig extends Object
| Constructor and Description |
|---|
UserConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
List<String> |
getRoles() |
String |
getUsername() |
void |
setPassword(String password) |
void |
setRoles(List<String> roles) |
void |
setUsername(String username) |
Copyright © 2018 WSO2. All rights reserved.