|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apertereports.common.users.User
public class User
Class represents user
| Constructor Summary | |
|---|---|
User(String login,
Set<UserRole> roles,
boolean administrator,
String email)
|
|
| Method Summary | |
|---|---|
String |
getEmail()
Returns email address |
String |
getLogin()
Return login of the user |
Collection<UserRole> |
getRoles()
Returns collection of roles assigned to the user |
boolean |
isAdministrator()
Determines if user is administrator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public User(String login,
Set<UserRole> roles,
boolean administrator,
String email)
| Method Detail |
|---|
public String getLogin()
public Collection<UserRole> getRoles()
public boolean isAdministrator()
public String getEmail()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||