Uses of Interface
org.eclipse.emf.cdo.security.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
Modifier 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
Modifier 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
Modifier 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
-
Uses of Realm in org.eclipse.emf.cdo.server.spi.security
Modifier 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)