Uses of Interface
org.eclipse.emf.cdo.security.SecurityItem
Packages that use SecurityItem
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 SecurityItem in org.eclipse.emf.cdo.security
Subinterfaces of SecurityItem in org.eclipse.emf.cdo.securityModifier and TypeInterfaceDescriptioninterface
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'.Methods in org.eclipse.emf.cdo.security that return types with arguments of type SecurityItemModifier and TypeMethodDescriptionDirectory.getItems()
Returns the value of the 'Items' containment reference list.Realm.getItems()
Returns the value of the 'Items' containment reference list.Method parameters in org.eclipse.emf.cdo.security with type arguments of type SecurityItemModifier and TypeMethodDescriptionstatic 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) -
Uses of SecurityItem in org.eclipse.emf.cdo.security.impl
Classes in org.eclipse.emf.cdo.security.impl that implement SecurityItemModifier and TypeClassDescriptionclass
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'.Methods in org.eclipse.emf.cdo.security.impl that return types with arguments of type SecurityItemModifier and TypeMethodDescriptionprotected EList<SecurityItem>
RealmImpl.getGroupItems()
DirectoryImpl.getItems()
RealmImpl.getItems()
protected EList<SecurityItem>
RealmImpl.getRoleItems()
protected EList<SecurityItem>
RealmImpl.getUserItems()
-
Uses of SecurityItem in org.eclipse.emf.cdo.security.util
Methods in org.eclipse.emf.cdo.security.util with parameters of type SecurityItemModifier and TypeMethodDescriptionSecuritySwitch.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)