
public static interface InternalSecurityManager.CommitHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
InternalSecurityManager.CommitHandler.Factory
Creates
InternalSecurityManager.CommitHandler instances. |
| 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 |
init(InternalSecurityManager securityManager,
boolean firstTime) |
void init(InternalSecurityManager securityManager, boolean firstTime)
void handleCommit(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user)
user - the committing user or null if this commit is
triggered by the system.InternalSecurityManager.CommitHandler2Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.