Package org.eclipse.emf.cdo.security
Interface Directory
- All Superinterfaces:
CDOObject
,CDOWithID
,EObject
,ModelElement
,Notifier
,SecurityElement
,SecurityItem
,SecurityItemContainer
,SecurityItemProvider
- All Known Implementing Classes:
DirectoryImpl
A representation of the model object 'Container'.
- See Also:
- Generated
- Extends
- SecurityItemContainer
- 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 Summary
-
Method Summary
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, 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.cdo.etypes.ModelElement
getAnnotation, getAnnotations
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.eclipse.emf.cdo.security.SecurityElement
getRealm
Methods inherited from interface org.eclipse.emf.cdo.security.SecurityItemContainer
addGroup, addRole, addUser, addUser, addUser, removeGroup, removeRole, removeUser, setPassword
Methods inherited from interface org.eclipse.emf.cdo.security.SecurityItemProvider
getGroup, getRole, getUser
-
Field Details
-
ROLES
- Since:
- 4.3
- See Also:
-
GROUPS
- Since:
- 4.3
- See Also:
-
USERS
- Since:
- 4.3
- See Also:
-
-
Method Details
-
getItems
EList<SecurityItem> getItems()Returns the value of the 'Items' containment reference list. The list contents are of typeSecurityItem
.If the meaning of the 'Items' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Items' containment reference list.
- See Also:
- Generated
- Model
- containment="true"
-
getName
String getName()Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
- Generated
- Model
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
- Generated
-