public final class User extends DirBaseValue
VCard.
 
 Users are part of a domain (and only one).
 
 They are stored as items in a container users_[domainUid].| Modifier and Type | Field and Description | 
|---|---|
BaseDirEntry.AccountType | 
accountType  | 
VCard | 
contactInfos
Contact informations for the user (firstname, lastname, phones, etc) 
 | 
java.lang.String | 
login
The login of the user. 
 | 
java.lang.String | 
password
The password is set to the clear-text version to update the password. 
 | 
java.util.Date | 
passwordLastChange
Last password update date. 
 | 
boolean | 
passwordMustChange
Password must be changed 
 | 
boolean | 
passwordNeverExpires
Password never expire 
 | 
java.util.Map<java.lang.String,java.lang.String> | 
properties
Custom properties 
 | 
java.lang.Integer | 
quota
 | 
Mailbox.Routing | 
routing
Defines how mail routing will be done for this user 
 | 
archived, dataLocation, emails, hidden, orgUnitUid, system| Constructor and Description | 
|---|
User()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
toString()  | 
defaultEmail, defaultEmailAddress, defaultEmailAddresspublic java.lang.String login
public java.lang.String password
public java.util.Date passwordLastChange
public boolean passwordMustChange
public boolean passwordNeverExpires
public VCard contactInfos
public Mailbox.Routing routing
public BaseDirEntry.AccountType accountType
public java.lang.Integer quota
public java.util.Map<java.lang.String,java.lang.String> properties
Copyright © 2021. All Rights Reserved.