public interface User extends OrganizationalEntity
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getEmailAddress()
Get the email address of this user. 
 | 
java.lang.String | 
getFirstName()
Get the first name of this user. 
 | 
java.lang.String | 
getLastName()
Get the last name of this user. 
 | 
java.lang.String | 
getLogin()
Get the login name of this user. 
 | 
java.lang.String | 
getPassword()
Get the password of this user. 
 | 
java.util.Collection | 
getSecondaryOrganizations()
Get the secondary parent organizations which contain this User. 
 | 
assignRole, getAncestorOrganizations, getAssignedRoles, getParentOrganization, hasAssignedRole, removeRolecreateRelativeRole, getAccessRights, getDescription, getEffectivePrincipals, getMembers, getOrganizationMembersSortOnName, getPrimaryKey, getRelativeRole, getRelativeRoles, getUserDirectory, getUserMembersSortOnEmailAddress, getUserMembersSortOnFirstName, getUserMembersSortOnLastName, getUserMembersSortOnLogin, hasMemberstatic final java.lang.String CLASS_VERSION
java.lang.String getLogin()
java.lang.String getPassword()
java.lang.String getFirstName()
java.lang.String getLastName()
java.lang.String getEmailAddress()
java.util.Collection getSecondaryOrganizations()