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