public class User extends Object
| Constructor and Description |
|---|
User(String username,
char[] password,
Set<String> roles) |
| Modifier and Type | Method and Description |
|---|---|
char[] |
getPassword() |
Set<String> |
getRoles() |
String |
getUsername() |
Copyright © 2018 WSO2. All rights reserved.