Interface User
- 
- All Superinterfaces:
- Assignee,- CDOObject,- CDOWithID,- org.eclipse.emf.ecore.EObject,- ModelElement,- org.eclipse.emf.common.notify.Notifier,- SecurityElement,- SecurityItem
 - All Known Implementing Classes:
- UserImpl
 
 public interface User extends Assignee A representation of the model object 'User'.- See Also:
- SecurityPackage.getUser()
- Generated
- Model
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
 The following features are supported: 
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringADMINISTRATORstatic java.lang.StringADMINISTRATOR_DEFAULT_PASSWORD
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Group>getAllGroups()Returns the value of the 'All Groups' reference list.org.eclipse.emf.common.util.EList<Permission>getAllPermissions()Returns the value of the 'All Permissions' reference list.org.eclipse.emf.common.util.EList<Role>getAllRoles()Returns the value of the 'All Roles' reference list.AccessgetDefaultAccess()Returns the value of the 'Default Access' attribute.AccessgetDefaultAccessOverride()Returns the value of the 'Default Access Override' attribute.java.lang.StringgetEmail()Returns the value of the 'Email' attribute.java.lang.StringgetFirstName()Returns the value of the 'First Name' attribute.org.eclipse.emf.common.util.EList<Group>getGroups()Returns the value of the 'Groups' reference list.java.lang.StringgetLabel()Returns the value of the 'Label' attribute.java.lang.StringgetLastName()Returns the value of the 'Last Name' attribute.UserPasswordgetPassword()Returns the value of the 'Password' containment reference.org.eclipse.emf.common.util.EList<Role>getUnassignedRoles()Returns the value of the 'Unassigned Roles' reference list.booleanisLocked()Returns the value of the 'Locked' attribute.voidsetDefaultAccessOverride(Access value)Sets the value of the 'Default Access Override' attribute.voidsetEmail(java.lang.String value)Sets the value of the 'Email' attribute.voidsetFirstName(java.lang.String value)Sets the value of the 'First Name' attribute.voidsetLastName(java.lang.String value)Sets the value of the 'Last Name' attribute.voidsetLocked(boolean value)Sets the value of the 'Locked' attribute.voidsetPassword(UserPassword value)Sets the value of the 'Password' containment reference.- 
Methods inherited from interface org.eclipse.emf.cdo.CDOObjectcdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
 - 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface org.eclipse.emf.cdo.etypes.ModelElementgetAnnotation, getAnnotations
 - 
Methods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
 - 
Methods inherited from interface org.eclipse.emf.cdo.security.SecurityElementgetRealm
 
- 
 
- 
- 
- 
Field Detail- 
ADMINISTRATORstatic final java.lang.String ADMINISTRATOR - Since:
- 4.3
- See Also:
- Constant Field Values
 
 - 
ADMINISTRATOR_DEFAULT_PASSWORDstatic final java.lang.String ADMINISTRATOR_DEFAULT_PASSWORD - Since:
- 4.6
- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getGroupsorg.eclipse.emf.common.util.EList<Group> getGroups() Returns the value of the 'Groups' reference list. The list contents are of typeGroup. It is bidirectional and its opposite is 'Users'.If the meaning of the 'Groups' reference list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Groups' reference list.
- See Also:
- SecurityPackage.getUser_Groups(),- Group.getUsers()
- Generated
- Model
- opposite="users"
 
 - 
getAllGroupsorg.eclipse.emf.common.util.EList<Group> getAllGroups() Returns the value of the 'All Groups' reference list. The list contents are of typeGroup.If the meaning of the 'All Groups' reference list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'All Groups' reference list.
- See Also:
- SecurityPackage.getUser_AllGroups()
- Generated
- Model
- transient="true" changeable="false" volatile="true" derived="true"
 
 - 
getAllRolesorg.eclipse.emf.common.util.EList<Role> getAllRoles() Returns the value of the 'All Roles' reference list. The list contents are of typeRole.If the meaning of the 'All Roles' reference list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'All Roles' reference list.
- See Also:
- SecurityPackage.getUser_AllRoles()
- Generated
- Model
- transient="true" changeable="false" volatile="true" derived="true"
 
 - 
getAllPermissionsorg.eclipse.emf.common.util.EList<Permission> getAllPermissions() Returns the value of the 'All Permissions' reference list. The list contents are of typePermission.If the meaning of the 'All Permissions' reference list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'All Permissions' reference list.
- See Also:
- SecurityPackage.getUser_AllPermissions()
- Generated
- Model
- transient="true" changeable="false" volatile="true" derived="true"
 
 - 
getUnassignedRolesorg.eclipse.emf.common.util.EList<Role> getUnassignedRoles() Returns the value of the 'Unassigned Roles' reference list. The list contents are of typeRole.If the meaning of the 'Unassigned Roles' reference list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Unassigned Roles' reference list.
- See Also:
- SecurityPackage.getUser_UnassignedRoles()
- Generated
- Model
- transient="true" changeable="false" volatile="true" derived="true"
 
 - 
getLabeljava.lang.String getLabel() Returns the value of the 'Label' attribute.If the meaning of the 'Label' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Label' attribute.
- See Also:
- SecurityPackage.getUser_Label()
- Generated
- Model
- transient="true" changeable="false" volatile="true" derived="true"
 
 - 
getFirstNamejava.lang.String getFirstName() Returns the value of the 'First Name' attribute.If the meaning of the 'First Name' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'First Name' attribute.
- See Also:
- setFirstName(String),- SecurityPackage.getUser_FirstName()
- Generated
- Model
 
 - 
setFirstNamevoid setFirstName(java.lang.String value) Sets the value of the 'First Name' attribute.- Parameters:
- value- the new value of the 'First Name' attribute.
- See Also:
- getFirstName()
- Generated
 
 - 
getLastNamejava.lang.String getLastName() Returns the value of the 'Last Name' attribute.If the meaning of the 'Last Name' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Last Name' attribute.
- See Also:
- setLastName(String),- SecurityPackage.getUser_LastName()
- Generated
- Model
 
 - 
setLastNamevoid setLastName(java.lang.String value) Sets the value of the 'Last Name' attribute.- Parameters:
- value- the new value of the 'Last Name' attribute.
- See Also:
- getLastName()
- Generated
 
 - 
getEmailjava.lang.String getEmail() Returns the value of the 'Email' attribute.If the meaning of the 'Email' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Email' attribute.
- See Also:
- setEmail(String),- SecurityPackage.getUser_Email()
- Generated
- Model
 
 - 
setEmailvoid setEmail(java.lang.String value) Sets the value of the 'Email' attribute.- Parameters:
- value- the new value of the 'Email' attribute.
- See Also:
- getEmail()
- Generated
 
 - 
getDefaultAccessOverrideAccess getDefaultAccessOverride() Returns the value of the 'Default Access Override' attribute.Overrides the Realm's default access permission for this user. When this attribute is set, its value establishes the minimum level of access for the user on all objects in the repository. In particular, it is not the access permission that applies to objects that are not otherwise covered by some permission rule for the user. All permissions are implicitly elevated at least to this override for the user.- Returns:
- the value of the 'Default Access Override' attribute.
- See Also:
- setDefaultAccessOverride(Access),- SecurityPackage.getUser_DefaultAccessOverride()
- Generated
- Model
- dataType="org.eclipse.emf.cdo.security.AccessObject"
 
 - 
setDefaultAccessOverridevoid setDefaultAccessOverride(Access value) Sets the value of the 'Default Access Override' attribute.- Parameters:
- value- the new value of the 'Default Access Override' attribute.
- See Also:
- getDefaultAccessOverride()
- Generated
 
 - 
getDefaultAccessAccess getDefaultAccess() Returns the value of the 'Default Access' attribute.The minimum level of access for the user on all objects in the repository. This is either the default set for all users in the Realmor an override set specifically on this user.- Returns:
- the value of the 'Default Access' attribute.
- See Also:
- SecurityPackage.getUser_DefaultAccess()
- Generated
- Model
- dataType="org.eclipse.emf.cdo.security.AccessObject" transient="true" changeable="false" volatile="true" derived="true"
 
 - 
isLockedboolean isLocked() Returns the value of the 'Locked' attribute.If the meaning of the 'Locked' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Locked' attribute.
- See Also:
- setLocked(boolean),- SecurityPackage.getUser_Locked()
- Generated
- Model
 
 - 
setLockedvoid setLocked(boolean value) Sets the value of the 'Locked' attribute.- Parameters:
- value- the new value of the 'Locked' attribute.
- See Also:
- isLocked()
- Generated
 
 - 
getPasswordUserPassword getPassword() Returns the value of the 'Password' containment reference.If the meaning of the 'Password' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Password' containment reference.
- See Also:
- setPassword(UserPassword),- SecurityPackage.getUser_Password()
- Generated
- Model
- containment="true"
 
 - 
setPasswordvoid setPassword(UserPassword value) Sets the value of the 'Password' containment reference.- Parameters:
- value- the new value of the 'Password' containment reference.
- See Also:
- getPassword()
- Generated
 
 
- 
 
-