Klasse InternalSecurityManager.CommitHandler2.WithUser
java.lang.Object
org.eclipse.emf.cdo.server.spi.security.InternalSecurityManager.CommitHandler2.WithUser
- Alle implementierten Schnittstellen:
InternalSecurityManager.CommitHandler,InternalSecurityManager.CommitHandler2
- Umschließende Schnittstelle:
InternalSecurityManager.CommitHandler2
public abstract static class InternalSecurityManager.CommitHandler2.WithUser
extends Object
implements InternalSecurityManager.CommitHandler2
If the meaning of this type isn't clear, there really should be more of a description here...
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.cdo.server.spi.security.InternalSecurityManager.CommitHandler
InternalSecurityManager.CommitHandler.FactoryVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.cdo.server.spi.security.InternalSecurityManager.CommitHandler2
InternalSecurityManager.CommitHandler2.WithUser -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidhandleCommit(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user) Called before the commit is security checked and passed to the repository.voidhandleCommitted(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext) Called after the commit has succeeded.protected abstract voidhandleCommitted(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user) Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.server.spi.security.InternalSecurityManager.CommitHandler
init
-
Konstruktordetails
-
WithUser
public WithUser()
-
-
Methodendetails
-
handleCommit
public void handleCommit(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user) Beschreibung aus Schnittstelle kopiert:InternalSecurityManager.CommitHandlerCalled before the commit is security checked and passed to the repository.- Angegeben von:
handleCommitin SchnittstelleInternalSecurityManager.CommitHandler- Parameter:
user- the committing user ornullif this commit istriggeredby the system.- Siehe auch:
-
handleCommitted
public void handleCommitted(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext) Beschreibung aus Schnittstelle kopiert:InternalSecurityManager.CommitHandler2Called after the commit has succeeded.- Angegeben von:
handleCommittedin SchnittstelleInternalSecurityManager.CommitHandler2
-
handleCommitted
protected abstract void handleCommitted(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user)
-