Interface InternalSecurityManager
- 
- All Superinterfaces:
- org.eclipse.net4j.util.container.IManagedContainerProvider,- ISecurityManager,- SecurityItemContainer,- SecurityItemProvider
 
 public interface InternalSecurityManager extends ISecurityManager, org.eclipse.net4j.util.container.IManagedContainerProvider If the meaning of this type isn't clear, there really should be more of a description here...- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceInternalSecurityManager.CommitHandlerIf the meaning of this type isn't clear, there really should be more of a description here...static interfaceInternalSecurityManager.CommitHandler2If the meaning of this type isn't clear, there really should be more of a description here...- 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.server.security.ISecurityManagerISecurityManager.RealmOperation
 
- 
 - 
Field Summary- 
Fields inherited from interface org.eclipse.emf.cdo.server.security.ISecurityManagerSYSTEM_USER_ID
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddCommitHandler(InternalSecurityManager.CommitHandler handler)voidaddSecondaryRepository(InternalRepository repository)InternalSecurityManager.CommitHandler[]getCommitHandlers()InternalSecurityManager.CommitHandler2[]getCommitHandlers2()java.lang.StringgetRealmPath()InternalRepository[]getSecondaryRepositories()voidremoveCommitHandler(InternalSecurityManager.CommitHandler handler)voidremoveSecondaryRepository(InternalRepository repository)voidsetRepository(InternalRepository repository)- 
Methods inherited from interface org.eclipse.net4j.util.container.IManagedContainerProvidergetContainer
 - 
Methods inherited from interface org.eclipse.emf.cdo.server.security.ISecurityManagergetRealm, getRepository, modify, modify, modifyWithInfo, read
 - 
Methods inherited from interface org.eclipse.emf.cdo.security.SecurityItemContaineraddGroup, addRole, addUser, addUser, addUser, removeGroup, removeRole, removeUser, setPassword
 - 
Methods inherited from interface org.eclipse.emf.cdo.security.SecurityItemProvidergetGroup, getRole, getUser
 
- 
 
- 
- 
- 
Method Detail- 
setRepositoryvoid setRepository(InternalRepository repository) 
 - 
getSecondaryRepositoriesInternalRepository[] getSecondaryRepositories() - Specified by:
- getSecondaryRepositoriesin interface- ISecurityManager
- Since:
- 4.6
 
 - 
addSecondaryRepositoryvoid addSecondaryRepository(InternalRepository repository) - Since:
- 4.6
 
 - 
removeSecondaryRepositoryvoid removeSecondaryRepository(InternalRepository repository) - Since:
- 4.6
 
 - 
getRealmPathjava.lang.String getRealmPath() 
 - 
getCommitHandlersInternalSecurityManager.CommitHandler[] getCommitHandlers() 
 - 
getCommitHandlers2InternalSecurityManager.CommitHandler2[] getCommitHandlers2() - Since:
- 4.3
 
 - 
addCommitHandlervoid addCommitHandler(InternalSecurityManager.CommitHandler handler) 
 - 
removeCommitHandlervoid removeCommitHandler(InternalSecurityManager.CommitHandler handler) 
 
- 
 
-