Uses of Interface
org.eclipse.emf.cdo.security.Group
Package
Description
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.
-
Uses of Group in org.eclipse.emf.cdo.security
Modifier and TypeMethodDescriptionSecurityFactory.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) Modifier and TypeMethodDescriptionstatic 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. -
Uses of Group in org.eclipse.emf.cdo.security.impl
Modifier and TypeMethodDescriptionSecurityFactoryImpl.createGroup()
SecurityFactoryImpl.createGroup
(String id) DirectoryImpl.removeGroup
(String id) RealmImpl.removeGroup
(String id) Modifier and TypeMethodDescriptionRealmImpl.getAllGroups()
UserImpl.getAllGroups()
GroupImpl.getAllInheritedGroups()
GroupImpl.getAllInheritingGroups()
UserImpl.getGroups()
GroupImpl.getInheritedGroups()
GroupImpl.getInheritingGroups()
-
Uses of Group in org.eclipse.emf.cdo.security.util
Modifier and TypeMethodDescriptionReturns 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'.