Package net.bluemind.externaluser.api
Class ExternalUser
java.lang.Object
net.bluemind.directory.api.DirBaseValue
net.bluemind.externaluser.api.ExternalUser
ExternalUser is mainly used to be able to add an external email to a group.
 
 External users are part of a domain (and only one). For the same domain, you
 can't create two external users with the same email.
- 
Field Summary
FieldsModifier and TypeFieldDescription{ @link net.bluemind.addressbook.api.VCard } contact informations for the external userFields inherited from class net.bluemind.directory.api.DirBaseValue
archived, dataLocation, emails, hidden, orgUnitUid, system - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.bluemind.directory.api.DirBaseValue
defaultEmail, defaultEmailAddress, defaultEmailAddress 
- 
Field Details
- 
contactInfos
{ @link net.bluemind.addressbook.api.VCard } contact informations for the external user 
 - 
 - 
Constructor Details
- 
ExternalUser
public ExternalUser() 
 - 
 - 
Method Details
- 
hashCode
public int hashCode()- Overrides:
 hashCodein classDirBaseValue
 - 
equals
- Overrides:
 equalsin classDirBaseValue
 
 -