Uses of Interface
org.eclipse.emf.cdo.security.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
Modifier 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'.Modifier and TypeMethodDescriptionDirectory.getItems()
Returns the value of the 'Items' containment reference list.Realm.getItems()
Returns the value of the 'Items' containment reference list.Modifier 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
Modifier 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'.Modifier 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
Modifier 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)