Verwendungen von Schnittstelle
org.eclipse.emf.cdo.security.SecurityItem
Packages, die SecurityItem verwenden
Package
Beschreibung
The generated EMF API of the CDO security model.
The generated EMF implementation of the CDO security model.
The generated EMF utilities of the CDO security model.
-
Verwendungen von SecurityItem in org.eclipse.emf.cdo.security
Unterschnittstellen von SecurityItem in org.eclipse.emf.cdo.securityModifizierer und TypSchnittstelleBeschreibunginterface
A representation of the model object 'Assignee'.interface
A representation of the model object 'Container'.interface
A representation of the model object 'Group'.interface
A representation of the model object 'Role'.interface
A representation of the model object 'User'.Methoden in org.eclipse.emf.cdo.security, die Typen mit Argumenten vom Typ SecurityItem zurückgebenModifizierer und TypMethodeBeschreibungDirectory.getItems()
Returns the value of the 'Items' containment reference list.Realm.getItems()
Returns the value of the 'Items' containment reference list.Methodenparameter in org.eclipse.emf.cdo.security mit Typargumenten vom Typ SecurityItemModifizierer und TypMethodeBeschreibungstatic BasicEList
<Group> RealmUtil.allGroups
(EList<SecurityItem> items) static BasicEList
<Permission> RealmUtil.allPermissions
(EList<SecurityItem> items) static BasicEList
<Role> RealmUtil.allRoles
(EList<SecurityItem> items) static BasicEList
<User> RealmUtil.allUsers
(EList<SecurityItem> items) static Group
RealmUtil.findGroup
(EList<SecurityItem> items, String groupID) static Role
RealmUtil.findRole
(EList<SecurityItem> items, String roleID) static User
RealmUtil.findUser
(EList<SecurityItem> items, String userID) static Group
RealmUtil.removeGroup
(EList<SecurityItem> items, String groupID) static Role
RealmUtil.removeRole
(EList<SecurityItem> items, String roleID) static User
RealmUtil.removeUser
(EList<SecurityItem> items, String userID) -
Verwendungen von SecurityItem in org.eclipse.emf.cdo.security.impl
Klassen in org.eclipse.emf.cdo.security.impl, die SecurityItem implementierenModifizierer und TypKlasseBeschreibungclass
An implementation of the model object 'Assignee'.class
An implementation of the model object 'Container'.class
An implementation of the model object 'Group'.class
An implementation of the model object 'Role'.class
An implementation of the model object 'Item'.class
An implementation of the model object 'User'.Methoden in org.eclipse.emf.cdo.security.impl, die Typen mit Argumenten vom Typ SecurityItem zurückgebenModifizierer und TypMethodeBeschreibungprotected EList
<SecurityItem> RealmImpl.getGroupItems()
DirectoryImpl.getItems()
RealmImpl.getItems()
protected EList
<SecurityItem> RealmImpl.getRoleItems()
protected EList
<SecurityItem> RealmImpl.getUserItems()
-
Verwendungen von SecurityItem in org.eclipse.emf.cdo.security.util
Methoden in org.eclipse.emf.cdo.security.util mit Parametern vom Typ SecurityItemModifizierer und TypMethodeBeschreibungSecuritySwitch.caseSecurityItem
(SecurityItem object) Returns the result of interpreting the object as an instance of 'Item'.boolean
SecurityValidator.validateSecurityItem
(SecurityItem securityItem, DiagnosticChain diagnostics, Map<Object, Object> context)