Package org.jivesoftware.admin
Class LdapUserProfile
java.lang.Object
org.jivesoftware.openfire.vcard.VCardBean
org.jivesoftware.admin.LdapUserProfile
Bean that stores the vcard mapping. It is also responsible for saving the mapping
as a system property and retrieving it.
- Author:
- Gaston Dombiak
-
Field Summary
Fields inherited from class org.jivesoftware.openfire.vcard.VCardBean
birthday, businessCity, businessCountry, businessDepartment, businessFax, businessJobTitle, businessMobile, businessPager, businessPhone, businessState, businessStreet, businessZip, email, fullName, homeCity, homeCountry, homeFax, homeMobile, homePager, homePhone, homeState, homeStreet, homeZip, name, nickname, photo, photoType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidSets default mapping values when using an Active Directory server.voidSets default mapping values when using an Active Directory server.booleanReturns true if the vCard mappings where successfully loaded from the XML/DB properties.voidSaves current configuration as XML/DB properties.voidsetAvatarStoredInDB(Boolean avatarStoredInDB) Methods inherited from class org.jivesoftware.openfire.vcard.VCardBean
asElement, getBirthday, getBusinessCity, getBusinessCountry, getBusinessDepartment, getBusinessFax, getBusinessJobTitle, getBusinessMobile, getBusinessPager, getBusinessPhone, getBusinessState, getBusinessStreet, getBusinessZip, getEmail, getFullName, getHomeCity, getHomeCountry, getHomeFax, getHomeMobile, getHomePager, getHomePhone, getHomeState, getHomeStreet, getHomeZip, getName, getNickname, getPhoto, getPhotoType, loadFromElement, setBirthday, setBusinessCity, setBusinessCountry, setBusinessDepartment, setBusinessFax, setBusinessJobTitle, setBusinessMobile, setBusinessPager, setBusinessPhone, setBusinessState, setBusinessStreet, setBusinessZip, setEmail, setFullName, setHomeCity, setHomeCountry, setHomeFax, setHomeMobile, setHomePager, setHomePhone, setHomeState, setHomeStreet, setHomeZip, setName, setNickname, setPhoto, setPhotoType
-
Constructor Details
-
LdapUserProfile
public LdapUserProfile()
-
-
Method Details
-
getAvatarStoredInDB
-
setAvatarStoredInDB
-
initForActiveDirectory
public void initForActiveDirectory()Sets default mapping values when using an Active Directory server. -
initForOpenLDAP
public void initForOpenLDAP()Sets default mapping values when using an Active Directory server. -
saveProperties
public void saveProperties()Saves current configuration as XML/DB properties. -
loadFromProperties
public boolean loadFromProperties()Returns true if the vCard mappings where successfully loaded from the XML/DB properties.- Returns:
- true if mappings where loaded from saved property.
-