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

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

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

Methods in org.eclipse.emf.cdo.security that return User
 User SecurityFactory.createUser()
          Returns a new object of class 'User'
static User RealmUtil.findUser(EList<SecurityItem> items, String userID)
           
 

Methods in org.eclipse.emf.cdo.security that return types with arguments of type User
static BasicEList<User> RealmUtil.allUsers(EList<SecurityItem> items)
           
 EList<User> Realm.getAllUsers()
          Returns the value of the 'All Users' reference list.
 EList<User> Group.getUsers()
          Returns the value of the 'Users' reference list.
 

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

Classes in org.eclipse.emf.cdo.security.impl that implement User
 class UserImpl
          An implementation of the model object 'User'
 

Methods in org.eclipse.emf.cdo.security.impl that return User
 User SecurityFactoryImpl.createUser()
           
 

Methods in org.eclipse.emf.cdo.security.impl that return types with arguments of type User
 EList<User> RealmImpl.getAllUsers()
           
 EList<User> GroupImpl.getUsers()
           
 

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

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

Uses of User in org.eclipse.emf.cdo.server.security
 

Methods in org.eclipse.emf.cdo.server.security that return User
 User ISecurityManager.getUser(String userID)
           
 

Uses of User in org.eclipse.emf.cdo.server.spi.security
 

Methods in org.eclipse.emf.cdo.server.spi.security with parameters of type User
 void AnnotationHandler.handleCommit(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user)
           
 void InternalSecurityManager.CommitHandler.handleCommit(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user)
           
 



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