Package | Description |
---|---|
org.eclipse.emf.cdo.security |
The generated EMF API of the CDO security model.
|
org.eclipse.emf.cdo.security.impl |
The generated EMF implementation of the CDO security model.
|
org.eclipse.emf.cdo.security.util |
The generated EMF utilities of the CDO security model.
|
org.eclipse.emf.cdo.server.security |
Server integration of the
Security model. |
org.eclipse.emf.cdo.server.spi.security |
Server provider interfaces (SPI) for the server integration of the
Security model. |
Modifier and Type | Method and Description |
---|---|
Realm |
SecurityFactory.createRealm()
Returns a new object of class 'Realm'.
|
Realm |
SecurityFactory.createRealm(java.lang.String name) |
Realm |
SecurityFactory.createRealm(java.lang.String name,
Access defaultAccess) |
Realm |
SecurityElement.getRealm() |
Modifier and Type | Class and Description |
---|---|
class |
RealmImpl
An implementation of the model object 'Realm'.
|
Modifier and Type | Method and Description |
---|---|
Realm |
SecurityFactoryImpl.createRealm() |
Realm |
SecurityFactoryImpl.createRealm(java.lang.String name) |
Realm |
SecurityFactoryImpl.createRealm(java.lang.String name,
Access defaultAccess) |
Realm |
RealmImpl.getRealm() |
Realm |
SecurityElementImpl.getRealm() |
Modifier and Type | Method and Description |
---|---|
T |
SecuritySwitch.caseRealm(Realm object)
Returns the result of interpreting the object as an instance of 'Realm'.
|
protected CDORevisionProvider |
SecurityValidator.getRevisionProvider(Realm realm,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected CDOBranchPoint |
SecurityValidator.getSecurityContext(Realm realm,
java.util.Map<java.lang.Object,java.lang.Object> context) |
boolean |
SecurityValidator.validateRealm_HasAdministrator(Realm realm,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the HasAdministrator constraint of 'Realm'.
|
boolean |
SecurityValidator.validateRealm(Realm realm,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
Realm |
ISecurityManager.getRealm() |
Modifier and Type | Method and Description |
---|---|
void |
ISecurityManager.RealmOperation.execute(Realm realm) |
Modifier and Type | Method and Description |
---|---|
protected void |
AnnotationHandler.handleClassPermission(Realm realm,
EClass eClass,
java.lang.String key,
Access access) |
protected void |
AnnotationHandler.handlePackage(Realm realm,
EPackage ePackage) |
protected void |
AnnotationHandler.handlePackagePermission(Realm realm,
EPackage ePackage,
java.lang.String key,
Access access) |
protected void |
AnnotationHandler.handlePermission(Realm realm,
EModelElement modelElement,
java.lang.String key,
Access access,
EClass filterClass,
EReference filterFeature) |
protected void |
HomeFolderHandler.handleUser(CDOTransaction transaction,
Realm realm,
Role role,
User user) |
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html