Interface InternalSecurityManager
- All Superinterfaces:
org.eclipse.net4j.util.security.AdministrationPredicate
,org.eclipse.net4j.util.security.IAuthenticator
,org.eclipse.net4j.util.security.IAuthenticator2
,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 Summary
Modifier and TypeInterfaceDescriptionstatic interface
If the meaning of this type isn't clear, there really should be more of a description here...static interface
If 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.ISecurityManager
ISecurityManager.RealmOperation
-
Field Summary
Fields inherited from interface org.eclipse.emf.cdo.server.security.ISecurityManager
SYSTEM_USER_ID
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addSecondaryRepository
(InternalRepository repository) void
addSecondaryRepository
(InternalRepository repository, Map<String, Object> authorizationContext) void
void
removeSecondaryRepository
(InternalRepository repository) void
setRepository
(InternalRepository repository) Methods inherited from interface org.eclipse.net4j.util.security.IAuthenticator
authenticate
Methods inherited from interface org.eclipse.net4j.util.security.IAuthenticator2
isAdministrator, resetPassword, updatePassword
Methods inherited from interface org.eclipse.net4j.util.container.IManagedContainerProvider
getContainer
Methods inherited from interface org.eclipse.emf.cdo.server.security.ISecurityManager
getRealm, getRepository, modify, modify, modifyWithInfo, read
Methods inherited from interface org.eclipse.emf.cdo.security.SecurityItemContainer
addGroup, addRole, addUser, addUser, addUser, removeGroup, removeRole, removeUser, setPassword
Methods inherited from interface org.eclipse.emf.cdo.security.SecurityItemProvider
getGroup, getRole, getUser
-
Method Details
-
setRepository
-
getSecondaryRepositories
InternalRepository[] getSecondaryRepositories()- Specified by:
getSecondaryRepositories
in interfaceISecurityManager
- Since:
- 4.6
-
addSecondaryRepository
- Since:
- 4.6
-
addSecondaryRepository
- Since:
- 4.10
-
removeSecondaryRepository
- Since:
- 4.6
-
getRealmPath
String getRealmPath() -
getCommitHandlers
InternalSecurityManager.CommitHandler[] getCommitHandlers() -
getCommitHandlers2
InternalSecurityManager.CommitHandler2[] getCommitHandlers2()- Since:
- 4.3
-
addCommitHandler
-
removeCommitHandler
-