Uses of Interface
org.eclipse.emf.cdo.security.SecurityElement

Packages that use SecurityElement
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. 
 

Uses of SecurityElement in org.eclipse.emf.cdo.security
 

Subinterfaces of SecurityElement in org.eclipse.emf.cdo.security
 interface Assignee
          A representation of the model object 'Assignee'
 interface Directory
          A representation of the model object 'Container'
 interface Group
          A representation of the model object 'Group'
 interface Realm
          A representation of the model object 'Realm'
 interface Role
          A representation of the model object 'Role'
 interface SecurityItem
          A representation of the model object 'Item'
 interface User
          A representation of the model object 'User'
 

Uses of SecurityElement in org.eclipse.emf.cdo.security.impl
 

Classes in org.eclipse.emf.cdo.security.impl that implement SecurityElement
 class AssigneeImpl
          An implementation of the model object 'Assignee'
 class DirectoryImpl
          An implementation of the model object 'Container'
 class GroupImpl
          An implementation of the model object 'Group'
 class RealmImpl
          An implementation of the model object 'Realm'
 class RoleImpl
          An implementation of the model object 'Role'
 class SecurityElementImpl
          An implementation of the model object 'Element'
 class SecurityItemImpl
          An implementation of the model object 'Item'
 class UserImpl
          An implementation of the model object 'User'
 

Uses of SecurityElement in org.eclipse.emf.cdo.security.util
 

Methods in org.eclipse.emf.cdo.security.util with parameters of type SecurityElement
 T SecuritySwitch.caseSecurityElement(SecurityElement object)
          Returns the result of interpreting the object as an instance of 'Element'
 



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.