Package org.eclipse.emf.cdo.security
Schnittstelle Directory
- Alle Superschnittstellen:
CDOObject
,CDOWithID
,EObject
,ModelElement
,Notifier
,SecurityElement
,SecurityItem
,SecurityItemContainer
,SecurityItemProvider
- Alle bekannten Implementierungsklassen:
DirectoryImpl
A representation of the model object 'Container'.
-
Feldübersicht
Felder -
Methodenübersicht
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
Von Schnittstelle geerbte Methoden org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.etypes.ModelElement
getAnnotation, getAnnotations
Von Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.security.SecurityElement
getRealm
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.security.SecurityItemContainer
addGroup, addRole, addUser, addUser, addUser, removeGroup, removeRole, removeUser, setPassword
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.security.SecurityItemProvider
getGroup, getRole, getUser
-
Felddetails
-
ROLES
- Seit:
- 4.3
- Siehe auch:
-
GROUPS
- Seit:
- 4.3
- Siehe auch:
-
USERS
- Seit:
- 4.3
- Siehe auch:
-
-
Methodendetails
-
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...
- Gibt zurück:
- the value of the 'Items' containment reference list.
- Siehe auch:
- 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...
- Gibt zurück:
- the value of the 'Name' attribute.
- Siehe auch:
- Generated
- Model
-
setName
Sets the value of the 'Name
' attribute.- Parameter:
value
- the new value of the 'Name' attribute.- Siehe auch:
- Generated
-