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

Packages that use Permission
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 Permission in org.eclipse.emf.cdo.security
 

Subinterfaces of Permission in org.eclipse.emf.cdo.security
 interface ClassPermission
          A representation of the model object 'Class Permissionermission'
 interface ObjectPermission
          A representation of the model object 'Object Permission'.
 interface PackagePermission
          A representation of the model object 'Package Permission'
 interface ResourcePermission
          A representation of the model object 'Resource Permission'
 

Methods in org.eclipse.emf.cdo.security that return types with arguments of type Permission
static BasicEList<Permission> RealmUtil.allPermissions(EList<SecurityItem> items)
           
 EList<Permission> Realm.getAllPermissions()
          Returns the value of the 'All Permissions' reference list.
 EList<Permission> User.getAllPermissions()
          Returns the value of the 'All Permissions' reference list.
 EList<Permission> Role.getPermissions()
          Returns the value of the 'Permissions' containment reference list.
 

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

Classes in org.eclipse.emf.cdo.security.impl that implement Permission
 class ClassPermissionImpl
          An implementation of the model object 'Class Permission'
 class ObjectPermissionImpl
          An implementation of the model object 'Object Permission'.
 class PackagePermissionImpl
          An implementation of the model object 'Package Permission'
 class PermissionImpl
          An implementation of the model object 'Permission'
 class ResourcePermissionImpl
          An implementation of the model object 'Resource Permission'
 

Methods in org.eclipse.emf.cdo.security.impl that return types with arguments of type Permission
 EList<Permission> RealmImpl.getAllPermissions()
           
 EList<Permission> UserImpl.getAllPermissions()
           
 EList<Permission> RoleImpl.getPermissions()
           
 

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

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



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