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 |
mailboxCopyGuid
Order the "clients" (webapp, calendar, contacts) to clear their local data if
their data was initialized with a different mailboxCopyGuid.
|
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 |
---|---|
boolean |
fullAccount() |
java.lang.String |
toString() |
defaultEmail, defaultEmailAddress, defaultEmailAddress
public 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.lang.String mailboxCopyGuid
public java.util.Map<java.lang.String,java.lang.String> properties
Copyright © 2023. All Rights Reserved.