Package org.jivesoftware.admin
Class LdapUserProfile
java.lang.Object
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
getName()
getPhoto()
void
Sets default mapping values when using an Active Directory server.void
Sets default mapping values when using an Active Directory server.boolean
Returns true if the vCard mappings where successfully loaded from the XML/DB properties.void
Saves current configuration as XML/DB properties.void
setAvatarStoredInDB
(Boolean avatarStoredInDB) void
setBirthday
(String birthday) void
setBusinessCity
(String businessCity) void
setBusinessCountry
(String businessCountry) void
setBusinessDepartment
(String businessDepartment) void
setBusinessFax
(String businessFax) void
setBusinessJobTitle
(String businessJobTitle) void
setBusinessMobile
(String businessMobile) void
setBusinessPager
(String businessPager) void
setBusinessPhone
(String businessPhone) void
setBusinessState
(String businessState) void
setBusinessStreet
(String businessStreet) void
setBusinessZip
(String businessZip) void
void
setFullName
(String fullName) void
setHomeCity
(String homeCity) void
setHomeCountry
(String homeCountry) void
setHomeFax
(String homeFax) void
setHomeMobile
(String homeMobile) void
setHomePager
(String homePager) void
setHomePhone
(String homePhone) void
setHomeState
(String homeState) void
setHomeStreet
(String homeStreet) void
setHomeZip
(String homeZip) void
void
setNickname
(String nickname) void
-
Constructor Details
-
LdapUserProfile
public LdapUserProfile()
-
-
Method Details
-
getName
-
setName
-
getEmail
-
setEmail
-
getFullName
-
setFullName
-
getNickname
-
setNickname
-
getBirthday
-
setBirthday
-
getPhoto
-
setPhoto
-
getHomeStreet
-
setHomeStreet
-
getHomeCity
-
setHomeCity
-
getHomeState
-
setHomeState
-
getHomeZip
-
setHomeZip
-
getHomeCountry
-
setHomeCountry
-
getHomePhone
-
setHomePhone
-
getHomeMobile
-
setHomeMobile
-
getHomeFax
-
setHomeFax
-
getHomePager
-
setHomePager
-
getBusinessStreet
-
setBusinessStreet
-
getBusinessCity
-
setBusinessCity
-
getBusinessState
-
setBusinessState
-
getBusinessZip
-
setBusinessZip
-
getBusinessCountry
-
setBusinessCountry
-
getBusinessJobTitle
-
setBusinessJobTitle
-
getBusinessDepartment
-
setBusinessDepartment
-
getBusinessPhone
-
setBusinessPhone
-
getBusinessMobile
-
setBusinessMobile
-
getBusinessFax
-
setBusinessFax
-
getBusinessPager
-
setBusinessPager
-
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.
-