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 class
CreatesInternalSecurityManager.CommitHandler
instances.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 TypMethodeBeschreibungvoid
handleCommit
(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user) Called before the commit is security checked and passed to the repository.void
handleCommitted
(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext) Called after the commit has succeeded.protected void
handleUser
(CDOTransaction transaction, Realm realm, Role role, User user) protected void
handleUsers
(InternalSecurityManager securityManager, List<String> userIDs, boolean init) void
init
(InternalSecurityManager securityManager, boolean firstTime) protected void
void
setExecutorService
(ExecutorService executorService) toString()
-
Felddetails
-
DEFAULT_HOME_FOLDER
- Siehe auch:
-
-
Konstruktordetails
-
HomeFolderHandler
-
HomeFolderHandler
public HomeFolderHandler()
-
-
Methodendetails
-
getHomeFolder
-
getExecutorService
- Angegeben von:
getExecutorService
in Schnittstelleorg.eclipse.net4j.util.concurrent.IExecutorServiceProvider
-
setExecutorService
-
init
- Angegeben von:
init
in SchnittstelleInternalSecurityManager.CommitHandler
-
initRole
-
handleCommit
public void handleCommit(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user) Beschreibung aus Schnittstelle kopiert:InternalSecurityManager.CommitHandler
Called before the commit is security checked and passed to the repository.- Angegeben von:
handleCommit
in SchnittstelleInternalSecurityManager.CommitHandler
- Parameter:
user
- the committing user ornull
if this commit istriggered
by the system.- Siehe auch:
-
handleCommitted
public void handleCommitted(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext) Beschreibung aus Schnittstelle kopiert:InternalSecurityManager.CommitHandler2
Called after the commit has succeeded.- Angegeben von:
handleCommitted
in 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
-