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.
|
Modifier and Type | Method and Description |
---|---|
Group |
SecurityItemContainer.addGroup(java.lang.String id) |
Group |
SecurityFactory.createGroup()
Returns a new object of class 'Group'.
|
Group |
SecurityFactory.createGroup(java.lang.String id) |
static Group |
RealmUtil.findGroup(EList<SecurityItem> items,
java.lang.String groupID) |
Group |
SecurityItemProvider.getGroup(java.lang.String id) |
static Group |
RealmUtil.removeGroup(EList<SecurityItem> items,
java.lang.String groupID) |
Group |
SecurityItemContainer.removeGroup(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
static BasicEList<Group> |
RealmUtil.allGroups(EList<SecurityItem> items) |
EList<Group> |
Realm.getAllGroups()
Returns the value of the 'All Groups' reference list.
|
EList<Group> |
User.getAllGroups()
Returns the value of the 'All Groups' reference list.
|
EList<Group> |
Group.getAllInheritedGroups()
Returns the value of the 'All Inherited Groups' reference list.
|
EList<Group> |
Group.getAllInheritingGroups()
Returns the value of the 'All Inheriting Groups' reference list.
|
EList<Group> |
User.getGroups()
Returns the value of the 'Groups' reference list.
|
EList<Group> |
Group.getInheritedGroups()
Returns the value of the 'Inherited Groups' reference list.
|
EList<Group> |
Group.getInheritingGroups()
Returns the value of the 'Inheriting Groups' reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupImpl
An implementation of the model object 'Group'.
|
Modifier and Type | Method and Description |
---|---|
Group |
DirectoryImpl.addGroup(java.lang.String id) |
Group |
RealmImpl.addGroup(java.lang.String id) |
Group |
SecurityFactoryImpl.createGroup() |
Group |
SecurityFactoryImpl.createGroup(java.lang.String id) |
Group |
DirectoryImpl.getGroup(java.lang.String id) |
Group |
RealmImpl.getGroup(java.lang.String id) |
Group |
DirectoryImpl.removeGroup(java.lang.String id) |
Group |
RealmImpl.removeGroup(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
EList<Group> |
RealmImpl.getAllGroups() |
EList<Group> |
UserImpl.getAllGroups() |
EList<Group> |
GroupImpl.getAllInheritedGroups() |
EList<Group> |
GroupImpl.getAllInheritingGroups() |
EList<Group> |
UserImpl.getGroups() |
EList<Group> |
GroupImpl.getInheritedGroups() |
EList<Group> |
GroupImpl.getInheritingGroups() |
Modifier and Type | Method and Description |
---|---|
T |
SecuritySwitch.caseGroup(Group object)
Returns the result of interpreting the object as an instance of 'Group'.
|
boolean |
SecurityValidator.validateGroup_AcyclicInheritance(Group group,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the AcyclicInheritance constraint of 'Group'.
|
boolean |
SecurityValidator.validateGroup(Group group,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
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