Uses of Class
org.eclipse.emf.emfstore.internal.server.accesscontrol.AccessControl

Packages that use AccessControl
org.eclipse.emf.emfstore.internal.server   
org.eclipse.emf.emfstore.internal.server.connection   
org.eclipse.emf.emfstore.internal.server.connection.xmlrpc   
org.eclipse.emf.emfstore.internal.server.core   
org.eclipse.emf.emfstore.internal.server.startup   
 

Uses of AccessControl in org.eclipse.emf.emfstore.internal.server
 

Methods in org.eclipse.emf.emfstore.internal.server that return AccessControl
 AccessControl EMFStoreController.getAccessControl()
          Returns the AccessControl component of the EMFStore controller.
 

Uses of AccessControl in org.eclipse.emf.emfstore.internal.server.connection
 

Methods in org.eclipse.emf.emfstore.internal.server.connection with parameters of type AccessControl
 void ConnectionHandler.init(T emfStore, AccessControl accessControl)
          This method initializes the ConnectionHandler.
 

Uses of AccessControl in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc
 

Methods in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc that return AccessControl
static AccessControl XmlRpcConnectionHandler.getAccessControl()
          Returns AccessControl.
 

Methods in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc with parameters of type AccessControl
 void XmlRpcAdminConnectionHandler.init(AdminEmfStore adminEmfStore, AccessControl accessControl)
          This method initializes the ConnectionHandler.
 void XmlRpcConnectionHandler.init(EMFStore emfStore, AccessControl accessControl)
          This method initializes the ConnectionHandler.
 

Uses of AccessControl in org.eclipse.emf.emfstore.internal.server.core
 

Methods in org.eclipse.emf.emfstore.internal.server.core with parameters of type AccessControl
static EMFStore EMFStoreImpl.createInterface(ServerSpace serverSpace, AccessControl accessControl)
          creates a dynamic proxy backed by EmfStoreImpl.
 

Constructors in org.eclipse.emf.emfstore.internal.server.core with parameters of type AccessControl
AbstractEmfstoreInterface(ServerSpace serverSpace, AccessControl accessControl)
          Default constructor.
AdminEmfStoreImpl(ServerSpace serverSpace, AccessControl accessControl)
          Default constructor.
EMFStoreImpl(ServerSpace serverSpace, AccessControl accessControl)
          Default constructor.
 

Uses of AccessControl in org.eclipse.emf.emfstore.internal.server.startup
 

Methods in org.eclipse.emf.emfstore.internal.server.startup with parameters of type AccessControl
 void PostStartupListener.postStartUp(ServerSpace serverspace, AccessControl accessControl, Set<ConnectionHandler<? extends EMFStoreInterface>> connectionHandlers)
          Is called post startup.
 



Copyright © 2016. All Rights Reserved.