Uses of Interface
org.eclipse.emf.emfstore.internal.server.accesscontrol.AuthorizationControl

Packages that use AuthorizationControl
org.eclipse.emf.emfstore.internal.server.accesscontrol   
org.eclipse.emf.emfstore.internal.server.core   
 

Uses of AuthorizationControl in org.eclipse.emf.emfstore.internal.server.accesscontrol
 

Subinterfaces of AuthorizationControl in org.eclipse.emf.emfstore.internal.server.accesscontrol
 interface AccessControl
          Access control combining authentication and authorization.
 

Classes in org.eclipse.emf.emfstore.internal.server.accesscontrol that implement AuthorizationControl
 class AccessControlImpl
          Implementation of an AccessControl combining authentication and authorization.
 

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

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

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



Copyright © 2015. All Rights Reserved.