Modifier and Type |
Method and Description |
String |
getCity() |
String |
getCountry() |
String |
getDecodedPassword() |
String |
getEmail() |
int |
getEnabled() |
String |
getFirstName() |
String |
getFullName() |
long[] |
getGroupIds() |
String[] |
getGroupNames() |
Set<Group> |
getGroups() |
String |
getIpBlackList() |
String |
getIpWhiteList() |
String |
getLanguage() |
Locale |
getLocale() |
String |
getName() |
String |
getPassword() |
Date |
getPasswordChanged()
When the password was modified
|
int |
getPasswordExpired() |
int |
getPasswordExpires()
If the password expires or not
|
String |
getPasswordmd4() |
String |
getPostalcode() |
long |
getQuota() |
long |
getQuotaCount() |
String |
getRepass() |
String |
getSignatureId() |
String |
getSignatureInfo() |
int |
getSource()
The source from which the user has been created
|
String |
getState() |
String |
getStreet() |
String |
getTelephone() |
String |
getTelephone2() |
int |
getType() |
Group |
getUserGroup()
Retrieves this user's group
|
String |
getUserGroupName()
The name of the group associated to this user, that is '_user_'+id
|
String |
getUserName() |
Integer |
getWelcomeScreen() |
void |
initGroupIdsAndNames() |
boolean |
isInGroup(String groupName) |
void |
reset() |
void |
setCity(String ct) |
void |
setCountry(String cnt) |
void |
setDecodedPassword(String pwd)
Sets the password and encode it
|
void |
setEmail(String mail) |
void |
setEnabled(int enabled) |
void |
setFirstName(String firstName) |
void |
setGroups(Set<Group> groups) |
void |
setIpBlackList(String ipBlackList) |
void |
setIpWhiteList(String ipWhiteList) |
void |
setLanguage(String lang) |
void |
setLocale(Locale locale) |
void |
setName(String name) |
void |
setPassword(String pwd) |
void |
setPasswordChanged(Date passwordChanged) |
void |
setPasswordExpired(int passwordExpired) |
void |
setPasswordExpires(int passwordExpires) |
void |
setPasswordmd4(String passwordmd4) |
void |
setPostalcode(String pc) |
void |
setQuota(long quota) |
void |
setQuotaCount(long quotaCount) |
void |
setRepass(String repass) |
void |
setSignatureId(String signatureId) |
void |
setSignatureInfo(String signatureInfo) |
void |
setSource(int source) |
void |
setState(String state) |
void |
setStreet(String str) |
void |
setTelephone(String phone) |
void |
setTelephone2(String telephone2) |
void |
setType(int type) |
void |
setUserName(String uname) |
void |
setWelcomeScreen(Integer welcomeScreen) |
String |
toString() |