Interface InternalSecurityManager.CommitHandler
- 
- All Known Subinterfaces:
- InternalSecurityManager.CommitHandler2
 - All Known Implementing Classes:
- AnnotationHandler,- HomeFolderHandler,- InternalSecurityManager.CommitHandler2.WithUser
 - Enclosing interface:
- InternalSecurityManager
 
 public static interface InternalSecurityManager.CommitHandlerIf the meaning of this type isn't clear, there really should be more of a description here...- Author:
- Eike Stepper
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classInternalSecurityManager.CommitHandler.FactoryCreatesInternalSecurityManager.CommitHandlerinstances.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleCommit(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user)Called before the commit is security checked and passed to the repository.voidinit(InternalSecurityManager securityManager, boolean firstTime)
 
- 
- 
- 
Method Detail- 
initvoid init(InternalSecurityManager securityManager, boolean firstTime) 
 - 
handleCommitvoid handleCommit(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user) Called before the commit is security checked and passed to the repository.- Parameters:
- user- the committing user or- nullif this commit is- triggeredby the system.
- See Also:
- InternalSecurityManager.CommitHandler2
 
 
- 
 
-