public class LocalUser extends Object
| Constructor and Description |
|---|
LocalUser(String username,
char[] password,
Map<String,String> properties,
List<Role> roles) |
| Modifier and Type | Method and Description |
|---|---|
char[] |
getPassword() |
Map<String,String> |
getProperties() |
List<Role> |
getRoles() |
String |
getUsername() |
Copyright © 2019 WSO2. All rights reserved.