
public abstract static class InternalSecurityManager.CommitHandler2.WithUser extends Object implements InternalSecurityManager.CommitHandler2
InternalSecurityManager.CommitHandler2.WithUserInternalSecurityManager.CommitHandler.Factory| Constructor and Description |
|---|
InternalSecurityManager.CommitHandler2.WithUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleCommit(InternalSecurityManager securityManager,
IStoreAccessor.CommitContext commitContext,
User user)
Called before the commit is security checked and passed to the repository.
|
void |
handleCommitted(InternalSecurityManager securityManager,
IStoreAccessor.CommitContext commitContext)
Called after the commit has succeeded.
|
protected abstract void |
handleCommitted(InternalSecurityManager securityManager,
IStoreAccessor.CommitContext commitContext,
User user) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitpublic InternalSecurityManager.CommitHandler2.WithUser()
public void handleCommit(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user)
InternalSecurityManager.CommitHandlerhandleCommit in interface InternalSecurityManager.CommitHandleruser - the committing user or null if this commit is
triggered by the system.InternalSecurityManager.CommitHandler2public void handleCommitted(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext)
InternalSecurityManager.CommitHandler2handleCommitted in interface InternalSecurityManager.CommitHandler2protected abstract void handleCommitted(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user)
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.