public interface Person
| Modifier and Type | Method and Description |
|---|---|
Name |
buildDn(String uid)
Build the DN using the ldap base and organizational units
|
Link |
getAvatar() |
String |
getCn() |
String |
getDisplayName() |
Name |
getDn() |
String |
getGivenName() |
String |
getMail() |
List<Name> |
getProfiles() |
String |
getSn() |
String |
getTitle() |
String |
getUid() |
void |
setAvatar(Link avatar) |
void |
setCn(String cn) |
void |
setDisplayName(String displayName) |
void |
setDn(Name dn) |
void |
setGivenName(String givenName) |
void |
setMail(String mail) |
void |
setProfiles(List<Name> profiles) |
void |
setSn(String sn) |
void |
setTitle(String title) |
void |
setUid(String uid) |
Name getDn()
void setDn(Name dn)
dn - the dn to setString getCn()
void setCn(String cn)
cn - the cn to setString getSn()
void setSn(String sn)
sn - the sn to setString getDisplayName()
void setDisplayName(String displayName)
displayName - the displayName to setString getGivenName()
void setGivenName(String givenName)
givenName - the givenName to setString getMail()
void setMail(String mail)
mail - the mail to setString getTitle()
void setTitle(String title)
title - the title to setString getUid()
void setUid(String uid)
uid - the uid to setLink getAvatar()
void setAvatar(Link avatar)
avatar - the avatar to setCopyright © 2016. All rights reserved.