|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface User
A WebManager user.
| Method Summary | |
|---|---|
void |
delete()
Deletes the user instance. |
java.lang.String |
getEditLanguage()
Returns the current edit language of this user, |
java.lang.String |
getEmail()
Returns the E-mail address of the user. |
java.lang.String |
getFirstName()
Returns the first name of the user. |
java.lang.String |
getLastName()
Returns the lastname of the user. |
java.util.Locale |
getLocale()
Returns the user's locale. |
java.lang.String |
getLogin()
Returns the login name of the user. |
java.lang.String |
getName()
Returns the name of the user which is a concatenation of first and last name |
java.lang.String |
getPassword()
Returns the encrypted password of the user. |
Role[] |
getRoles()
Returns the roles that are assigned to the user. |
java.util.TimeZone |
getTimeZone()
Returns the user's time zone. |
boolean |
isDeveloper()
Returns if this use is a 'developer'. |
void |
setEmail(java.lang.String email)
Sets the E-mail address of the user. |
void |
setFirstName(java.lang.String firstName)
Sets the first name of the user. |
void |
setLastName(java.lang.String lastName)
Sest the lastname of the user. |
void |
setLogin(java.lang.String login)
Sets the login name of the user. |
void |
setPassword(java.lang.String password)
Sets the password of the user, which will be encrypted. |
void |
setRoles(Role[] roles)
Sets the roles that are assigned to the user. |
| Methods inherited from interface nl.gx.webmanager.authorization.HtmlObjectWrapper |
|---|
getId, getUuid |
| Method Detail |
|---|
java.lang.String getLogin()
void setLogin(java.lang.String login)
login - Login name of the userjava.lang.String getFirstName()
java.lang.String getName()
void setFirstName(java.lang.String firstName)
firstName - First name of the userjava.lang.String getLastName()
void setLastName(java.lang.String lastName)
lastName - Lastname of the userjava.lang.String getEmail()
java.lang.String getEditLanguage()
void setEmail(java.lang.String email)
email - E-mail address of the userjava.lang.String getPassword()
void setPassword(java.lang.String password)
password - Password of the userRole[] getRoles()
void setRoles(Role[] roles)
roles - Roles that are assigned to the userjava.util.TimeZone getTimeZone()
null if the user has no specific time zone configured.java.util.Locale getLocale()
null if the user has no specific locale configured.void delete()
boolean isDeveloper()
true if the user has one or more permission
groups assigned with 'development = true'.
true if this user is a developer, false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||