Uses of Interface
org.eclipse.emf.cdo.security.Role
Packages that use 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
Methods in org.eclipse.emf.cdo.security that return RoleModifier 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) Methods in org.eclipse.emf.cdo.security that return types with arguments of type RoleModifier 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.Methods in org.eclipse.emf.cdo.security with parameters of type Role -
Uses of Role in org.eclipse.emf.cdo.security.impl
Classes in org.eclipse.emf.cdo.security.impl that implement RoleMethods in org.eclipse.emf.cdo.security.impl that return RoleModifier and TypeMethodDescriptionSecurityFactoryImpl.createRole()
SecurityFactoryImpl.createRole
(String id) PermissionImpl.getRole()
DirectoryImpl.removeRole
(String id) RealmImpl.removeRole
(String id) Methods in org.eclipse.emf.cdo.security.impl that return types with arguments of type RoleModifier and TypeMethodDescriptionGroupImpl.getAllRoles()
RealmImpl.getAllRoles()
UserImpl.getAllRoles()
AssigneeImpl.getRoles()
UserImpl.getUnassignedRoles()
Methods in org.eclipse.emf.cdo.security.impl with parameters of type Role -
Uses of Role in org.eclipse.emf.cdo.security.util
Methods in org.eclipse.emf.cdo.security.util with parameters of type RoleModifier 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
Methods in org.eclipse.emf.cdo.server.security that return RoleModifier and TypeMethodDescriptionstatic Role
SecurityManagerUtil.addResourceRole
(Realm realm, String roleName, String resourcePath, boolean writable) Methods in org.eclipse.emf.cdo.server.security with parameters of type RoleModifier and TypeMethodDescriptionstatic void
SecurityManagerUtil.addResourcePermissions
(Role role, String resourcePath, boolean writable) -
Uses of Role in org.eclipse.emf.cdo.server.spi.security
Methods in org.eclipse.emf.cdo.server.spi.security with parameters of type RoleModifier and TypeMethodDescriptionprotected void
HomeFolderHandler.handleUser
(CDOTransaction transaction, Realm realm, Role role, User user) protected void