org.eclipse.emf.cdo.security
Interface User

All Superinterfaces:
Assignee, CDOObject, CDOWithID, EObject, ModelElement, Notifier, SecurityElement, SecurityItem
All Known Implementing Classes:
UserImpl

public interface User
extends Assignee

A representation of the model object 'User'.

The following features are supported:

See Also:
SecurityPackage.getUser()
Generated
Model

Method Summary
 EList<Check> getAllChecks()
          Returns the value of the 'All Checks' reference list.
 EList<Group> getAllGroups()
          Returns the value of the 'All Groups' reference list.
 EList<Role> getAllRoles()
          Returns the value of the 'All Roles' reference list.
 Permission getDefaultPermission()
          Returns the value of the 'Default Permission' attribute.
 Permission getDefaultPermissionOverride()
          Returns the value of the 'Default Permission Override' attribute.
 String getEmail()
          Returns the value of the 'Email' attribute
 String getFirstName()
          Returns the value of the 'First Name' attribute
 EList<Group> getGroups()
          Returns the value of the 'Groups' reference list.
 String getLabel()
          Returns the value of the 'Label' attribute
 String getLastName()
          Returns the value of the 'Last Name' attribute
 UserPassword getPassword()
          Returns the value of the 'Password' containment reference
 EList<Role> getUnassignedRoles()
          Returns the value of the 'Unassigned Roles' reference list.
 boolean isLocked()
          Returns the value of the 'Locked' attribute
 void setDefaultPermissionOverride(Permission value)
          Sets the value of the 'Default Permission Override' attribute
 void setEmail(String value)
          Sets the value of the 'Email' attribute
 void setFirstName(String value)
          Sets the value of the 'First Name' attribute
 void setLastName(String value)
          Sets the value of the 'Last Name' attribute
 void setLocked(boolean value)
          Sets the value of the 'Locked' attribute
 void setPassword(UserPassword value)
          Sets the value of the 'Password' containment reference
 
Methods inherited from interface org.eclipse.emf.cdo.security.Assignee
getId, getRoles, setId
 
Methods inherited from interface org.eclipse.emf.cdo.security.SecurityElement
getRealm
 
Methods inherited from interface org.eclipse.emf.cdo.etypes.ModelElement
getAnnotation, getAnnotations
 
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getGroups

EList<Group> getGroups()
Returns the value of the 'Groups' reference list. The list contents are of type Group. 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"

getAllGroups

EList<Group> getAllGroups()
Returns the value of the 'All Groups' reference list. The list contents are of type Group.

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"

getAllRoles

EList<Role> getAllRoles()
Returns the value of the 'All Roles' reference list. The list contents are of type Role.

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"

getAllChecks

EList<Check> getAllChecks()
Returns the value of the 'All Checks' reference list. The list contents are of type Check.

If the meaning of the 'All Checks' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'All Checks' reference list.
See Also:
SecurityPackage.getUser_AllChecks()
Generated
Model
transient="true" changeable="false" volatile="true" derived="true"

getUnassignedRoles

EList<Role> getUnassignedRoles()
Returns the value of the 'Unassigned Roles' reference list. The list contents are of type Role.

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"

getLabel

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"

getFirstName

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

setFirstName

void setFirstName(String value)
Sets the value of the 'First Name' attribute.

Parameters:
value - the new value of the 'First Name' attribute.
See Also:
getFirstName()
Generated

getLastName

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

setLastName

void setLastName(String value)
Sets the value of the 'Last Name' attribute.

Parameters:
value - the new value of the 'Last Name' attribute.
See Also:
getLastName()
Generated

getEmail

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

setEmail

void setEmail(String value)
Sets the value of the 'Email' attribute.

Parameters:
value - the new value of the 'Email' attribute.
See Also:
getEmail()
Generated

getDefaultPermissionOverride

Permission getDefaultPermissionOverride()
Returns the value of the 'Default Permission Override' attribute. The literals are from the enumeration Permission.

If the meaning of the 'Default Permission Override' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Permission Override' attribute.
See Also:
Permission, setDefaultPermissionOverride(Permission), SecurityPackage.getUser_DefaultPermissionOverride()
Generated
Model

setDefaultPermissionOverride

void setDefaultPermissionOverride(Permission value)
Sets the value of the 'Default Permission Override' attribute.

Parameters:
value - the new value of the 'Default Permission Override' attribute.
See Also:
Permission, getDefaultPermissionOverride()
Generated

getDefaultPermission

Permission getDefaultPermission()
Returns the value of the 'Default Permission' attribute. The literals are from the enumeration Permission.

If the meaning of the 'Default Permission' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Permission' attribute.
See Also:
Permission, SecurityPackage.getUser_DefaultPermission()
Generated
Model
transient="true" changeable="false" volatile="true" derived="true"

isLocked

boolean 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

setLocked

void setLocked(boolean value)
Sets the value of the 'Locked' attribute.

Parameters:
value - the new value of the 'Locked' attribute.
See Also:
isLocked()
Generated

getPassword

UserPassword 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"

setPassword

void 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


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.