Uses of Interface
org.eclipse.emf.cdo.security.Realm
Packages that use Realm
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 Realm in org.eclipse.emf.cdo.security
Methods in org.eclipse.emf.cdo.security that return RealmModifier and TypeMethodDescriptionSecurityFactory.createRealm()
Returns a new object of class 'Realm'.SecurityFactory.createRealm
(String name) SecurityFactory.createRealm
(String name, Access defaultAccess) SecurityElement.getRealm()
-
Uses of Realm in org.eclipse.emf.cdo.security.impl
Classes in org.eclipse.emf.cdo.security.impl that implement RealmMethods in org.eclipse.emf.cdo.security.impl that return RealmModifier and TypeMethodDescriptionSecurityFactoryImpl.createRealm()
SecurityFactoryImpl.createRealm
(String name) SecurityFactoryImpl.createRealm
(String name, Access defaultAccess) RealmImpl.getRealm()
SecurityElementImpl.getRealm()
-
Uses of Realm in org.eclipse.emf.cdo.security.util
Methods in org.eclipse.emf.cdo.security.util with parameters of type RealmModifier and TypeMethodDescriptionReturns the result of interpreting the object as an instance of 'Realm'.protected CDORevisionProvider
SecurityValidator.getRevisionProvider
(Realm realm, Map<Object, Object> context) protected CDOBranchPoint
SecurityValidator.getSecurityContext
(Realm realm, Map<Object, Object> context) boolean
SecurityValidator.validateRealm
(Realm realm, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
SecurityValidator.validateRealm_HasAdministrator
(Realm realm, DiagnosticChain diagnostics, Map<Object, Object> context) Validates the HasAdministrator constraint of 'Realm'. -
Uses of Realm in org.eclipse.emf.cdo.server.security
Methods in org.eclipse.emf.cdo.server.security that return RealmMethods in org.eclipse.emf.cdo.server.security with parameters of type Realm -
Uses of Realm in org.eclipse.emf.cdo.server.spi.security
Methods in org.eclipse.emf.cdo.server.spi.security with parameters of type RealmModifier and TypeMethodDescriptionprotected void
AnnotationHandler.handleClassPermission
(Realm realm, EClass eClass, String key, Access access) protected void
AnnotationHandler.handlePackage
(Realm realm, EPackage ePackage) protected void
AnnotationHandler.handlePackagePermission
(Realm realm, EPackage ePackage, String key, Access access) protected void
AnnotationHandler.handlePermission
(Realm realm, EModelElement modelElement, String key, Access access, EClass filterClass, EReference filterFeature) protected void
HomeFolderHandler.handleUser
(CDOTransaction transaction, Realm realm, Role role, User user)