Uses of Interface
org.eclipse.emf.cdo.security.Group
Packages that use 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
Methods in org.eclipse.emf.cdo.security that return GroupModifier 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) Methods in org.eclipse.emf.cdo.security that return types with arguments of type GroupModifier 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
Classes in org.eclipse.emf.cdo.security.impl that implement GroupMethods in org.eclipse.emf.cdo.security.impl that return GroupModifier and TypeMethodDescriptionSecurityFactoryImpl.createGroup()
SecurityFactoryImpl.createGroup
(String id) DirectoryImpl.removeGroup
(String id) RealmImpl.removeGroup
(String id) Methods in org.eclipse.emf.cdo.security.impl that return types with arguments of type GroupModifier 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
Methods in org.eclipse.emf.cdo.security.util with parameters of type GroupModifier 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'.