Klasse HomeFolderHandler
java.lang.Object
org.eclipse.emf.cdo.server.spi.security.HomeFolderHandler
- Alle implementierten Schnittstellen:
InternalSecurityManager.CommitHandler,InternalSecurityManager.CommitHandler2,org.eclipse.net4j.util.concurrent.IExecutorServiceProvider
public class HomeFolderHandler
extends Object
implements InternalSecurityManager.CommitHandler2, org.eclipse.net4j.util.concurrent.IExecutorServiceProvider
If the meaning of this type isn't clear, there really should be more of a description here...
- Seit:
- 4.3
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classCreatesInternalSecurityManager.CommitHandlerinstances.Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.cdo.server.spi.security.InternalSecurityManager.CommitHandler2
InternalSecurityManager.CommitHandler2.WithUser -
Feldübersicht
Felder -
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 voidhandleUser(CDOTransaction transaction, Realm realm, Role role, User user) protected voidhandleUsers(InternalSecurityManager securityManager, List<String> userIDs, boolean init) voidinit(InternalSecurityManager securityManager, boolean firstTime) protected voidvoidsetExecutorService(ExecutorService executorService) toString()
-
Felddetails
-
DEFAULT_HOME_FOLDER
- Siehe auch:
-
-
Konstruktordetails
-
HomeFolderHandler
-
HomeFolderHandler
public HomeFolderHandler()
-
-
Methodendetails
-
getHomeFolder
-
getExecutorService
- Angegeben von:
getExecutorServicein Schnittstelleorg.eclipse.net4j.util.concurrent.IExecutorServiceProvider
-
setExecutorService
-
init
- Angegeben von:
initin SchnittstelleInternalSecurityManager.CommitHandler
-
initRole
-
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
-
handleUsers
protected void handleUsers(InternalSecurityManager securityManager, List<String> userIDs, boolean init) -
handleUser
protected void handleUser(CDOTransaction transaction, Realm realm, Role role, User user) throws Exception - Löst aus:
Exception
-
toString
-