org.eclipse.emf.cdo.server.spi.security
Interface InternalSecurityManager.CommitHandler

All Known Implementing Classes:
AnnotationHandler
Enclosing interface:
InternalSecurityManager

public static interface InternalSecurityManager.CommitHandler

If the meaning of this type isn't clear, there really should be more of a description here...


Method Summary
 void handleCommit(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user)
           
 void init(InternalSecurityManager securityManager, boolean firstTime)
           
 

Method Detail

init

void init(InternalSecurityManager securityManager,
          boolean firstTime)

handleCommit

void handleCommit(InternalSecurityManager securityManager,
                  IStoreAccessor.CommitContext commitContext,
                  User user)


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