Uses of Interface
org.eclipse.emf.cdo.security.Role
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.
Server integration of the
Security
model.Server provider interfaces (SPI) for the server integration of the
Security
model.-
Uses of Role in org.eclipse.emf.cdo.security
Modifier and TypeMethodDescriptionSecurityFactory.createRole()
Returns a new object of class 'Role'.SecurityFactory.createRole
(String id) static Role
RealmUtil.findRole
(EList<SecurityItem> items, String roleID) Permission.getRole()
Returns the value of the 'Role' container reference.static Role
RealmUtil.removeRole
(EList<SecurityItem> items, String roleID) SecurityItemContainer.removeRole
(String id) Modifier and TypeMethodDescriptionstatic BasicEList<Role>
RealmUtil.allRoles
(EList<SecurityItem> items) Group.getAllRoles()
Returns the value of the 'All Roles' reference list.Realm.getAllRoles()
Returns the value of the 'All Roles' reference list.User.getAllRoles()
Returns the value of the 'All Roles' reference list.Assignee.getRoles()
Returns the value of the 'Roles' reference list.User.getUnassignedRoles()
Returns the value of the 'Unassigned Roles' reference list. -
Uses of Role in org.eclipse.emf.cdo.security.impl
Modifier and TypeMethodDescriptionSecurityFactoryImpl.createRole()
SecurityFactoryImpl.createRole
(String id) PermissionImpl.getRole()
DirectoryImpl.removeRole
(String id) RealmImpl.removeRole
(String id) Modifier and TypeMethodDescriptionGroupImpl.getAllRoles()
RealmImpl.getAllRoles()
UserImpl.getAllRoles()
AssigneeImpl.getRoles()
UserImpl.getUnassignedRoles()
-
Uses of Role in org.eclipse.emf.cdo.security.util
Modifier and TypeMethodDescriptionReturns the result of interpreting the object as an instance of 'Role'.boolean
SecurityValidator.validateRole
(Role role, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of Role in org.eclipse.emf.cdo.server.security
Modifier and TypeMethodDescriptionstatic Role
SecurityManagerUtil.addResourceRole
(Realm realm, String roleName, String resourcePath, boolean writable) Modifier and TypeMethodDescriptionstatic void
SecurityManagerUtil.addResourcePermissions
(Role role, String resourcePath, boolean writable) -
Uses of Role in org.eclipse.emf.cdo.server.spi.security
Modifier and TypeMethodDescriptionprotected void
HomeFolderHandler.handleUser
(CDOTransaction transaction, Realm realm, Role role, User user) protected void