Verwendungen von Schnittstelle
org.eclipse.emf.cdo.security.Group
Packages, die Group 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 Group in org.eclipse.emf.cdo.security
Methoden in org.eclipse.emf.cdo.security, die Group zurückgebenModifizierer und TypMethodeBeschreibungSecurityFactory.createGroup()
Returns a new object of class 'Group'.SecurityFactory.createGroup
(String id) static Group
RealmUtil.findGroup
(EList<SecurityItem> items, String groupID) static Group
RealmUtil.removeGroup
(EList<SecurityItem> items, String groupID) SecurityItemContainer.removeGroup
(String id) Methoden in org.eclipse.emf.cdo.security, die Typen mit Argumenten vom Typ Group zurückgebenModifizierer und TypMethodeBeschreibungstatic BasicEList
<Group> RealmUtil.allGroups
(EList<SecurityItem> items) Realm.getAllGroups()
Returns the value of the 'All Groups' reference list.User.getAllGroups()
Returns the value of the 'All Groups' reference list.Group.getAllInheritedGroups()
Returns the value of the 'All Inherited Groups' reference list.Group.getAllInheritingGroups()
Returns the value of the 'All Inheriting Groups' reference list.User.getGroups()
Returns the value of the 'Groups' reference list.Group.getInheritedGroups()
Returns the value of the 'Inherited Groups' reference list.Group.getInheritingGroups()
Returns the value of the 'Inheriting Groups' reference list. -
Verwendungen von Group in org.eclipse.emf.cdo.security.impl
Klassen in org.eclipse.emf.cdo.security.impl, die Group implementierenModifizierer und TypKlasseBeschreibungclass
An implementation of the model object 'Group'.Methoden in org.eclipse.emf.cdo.security.impl, die Group zurückgebenModifizierer und TypMethodeBeschreibungSecurityFactoryImpl.createGroup()
SecurityFactoryImpl.createGroup
(String id) DirectoryImpl.removeGroup
(String id) RealmImpl.removeGroup
(String id) Methoden in org.eclipse.emf.cdo.security.impl, die Typen mit Argumenten vom Typ Group zurückgebenModifizierer und TypMethodeBeschreibungRealmImpl.getAllGroups()
UserImpl.getAllGroups()
GroupImpl.getAllInheritedGroups()
GroupImpl.getAllInheritingGroups()
UserImpl.getGroups()
GroupImpl.getInheritedGroups()
GroupImpl.getInheritingGroups()
-
Verwendungen von Group in org.eclipse.emf.cdo.security.util
Methoden in org.eclipse.emf.cdo.security.util mit Parametern vom Typ GroupModifizierer und TypMethodeBeschreibungReturns the result of interpreting the object as an instance of 'Group'.boolean
SecurityValidator.validateGroup
(Group group, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
SecurityValidator.validateGroup_AcyclicInheritance
(Group group, DiagnosticChain diagnostics, Map<Object, Object> context) Validates the AcyclicInheritance constraint of 'Group'.