Verwendungen von Schnittstelle
org.eclipse.emf.cdo.security.Role
Packages, die Role verwenden
Package
Beschreibung
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.-
Verwendungen von Role in org.eclipse.emf.cdo.security
Methoden in org.eclipse.emf.cdo.security, die Role zurückgebenModifizierer und TypMethodeBeschreibungSecurityFactory.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) Methoden in org.eclipse.emf.cdo.security, die Typen mit Argumenten vom Typ Role zurückgebenModifizierer und TypMethodeBeschreibungstatic 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.Methoden in org.eclipse.emf.cdo.security mit Parametern vom Typ Role -
Verwendungen von Role in org.eclipse.emf.cdo.security.impl
Klassen in org.eclipse.emf.cdo.security.impl, die Role implementierenModifizierer und TypKlasseBeschreibungclass
An implementation of the model object 'Role'.Methoden in org.eclipse.emf.cdo.security.impl, die Role zurückgebenModifizierer und TypMethodeBeschreibungSecurityFactoryImpl.createRole()
SecurityFactoryImpl.createRole
(String id) PermissionImpl.getRole()
DirectoryImpl.removeRole
(String id) RealmImpl.removeRole
(String id) Methoden in org.eclipse.emf.cdo.security.impl, die Typen mit Argumenten vom Typ Role zurückgebenModifizierer und TypMethodeBeschreibungGroupImpl.getAllRoles()
RealmImpl.getAllRoles()
UserImpl.getAllRoles()
AssigneeImpl.getRoles()
UserImpl.getUnassignedRoles()
Methoden in org.eclipse.emf.cdo.security.impl mit Parametern vom Typ Role -
Verwendungen von Role in org.eclipse.emf.cdo.security.util
Methoden in org.eclipse.emf.cdo.security.util mit Parametern vom Typ RoleModifizierer und TypMethodeBeschreibungReturns the result of interpreting the object as an instance of 'Role'.boolean
SecurityValidator.validateRole
(Role role, DiagnosticChain diagnostics, Map<Object, Object> context) -
Verwendungen von Role in org.eclipse.emf.cdo.server.security
Methoden in org.eclipse.emf.cdo.server.security, die Role zurückgebenModifizierer und TypMethodeBeschreibungstatic Role
SecurityManagerUtil.addResourceRole
(Realm realm, String roleName, String resourcePath, boolean writable) Methoden in org.eclipse.emf.cdo.server.security mit Parametern vom Typ RoleModifizierer und TypMethodeBeschreibungstatic void
SecurityManagerUtil.addResourcePermissions
(Role role, String resourcePath, boolean writable) -
Verwendungen von Role in org.eclipse.emf.cdo.server.spi.security
Methoden in org.eclipse.emf.cdo.server.spi.security mit Parametern vom Typ RoleModifizierer und TypMethodeBeschreibungprotected void
HomeFolderHandler.handleUser
(CDOTransaction transaction, Realm realm, Role role, User user) protected void