public class User extends Object
User class.
| Constructor and Description |
|---|
User(String username)
Constructor for User.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRole(String rolename)
addRole.
|
Iterator<Role> |
getRoles()
Getter for the field
roles. |
String |
getUsername()
Getter for the field
username. |
Copyright © 2006–2016 OWASP. All rights reserved.