public class User extends Object
| Constructor and Description |
|---|
User(String username,
String password,
Map<String,String> properties,
List<Role> rolesList) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRolesList(List<Role> rolesList) |
String |
getPassword() |
Map<String,String> |
getProperties() |
String |
getRoles() |
List<Role> |
getRolesList() |
String |
getUsername() |
void |
setPassword(String password) |
void |
setProperties(Map<String,String> properties) |
void |
setRoles(String roles) |
void |
setRolesList(List<Role> rolesList) |
void |
setUsername(String username) |
Copyright © 2017 WSO2. All rights reserved.