Schnittstelle InternalSecurityManager.CommitHandler
- Alle bekannten Unterschnittstellen:
InternalSecurityManager.CommitHandler2
- Alle bekannten Implementierungsklassen:
AnnotationHandler,HomeFolderHandler,InternalSecurityManager.CommitHandler2.WithUser
- Umschließende Schnittstelle:
InternalSecurityManager
public static interface InternalSecurityManager.CommitHandler
If the meaning of this type isn't clear, there really should be more of a description here...
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic classCreatesInternalSecurityManager.CommitHandlerinstances. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidhandleCommit(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user) Called before the commit is security checked and passed to the repository.voidinit(InternalSecurityManager securityManager, boolean firstTime)
-
Methodendetails
-
init
-
handleCommit
void handleCommit(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user) Called before the commit is security checked and passed to the repository.- Parameter:
user- the committing user ornullif this commit istriggeredby the system.- Siehe auch:
-