org.eclipse.emf.cdo.server.spi.security
Interface InternalSecurityManager

All Superinterfaces:
ISecurityManager, SecurityItemContainer, SecurityItemProvider

public interface InternalSecurityManager
extends ISecurityManager

If the meaning of this type isn't clear, there really should be more of a description here...

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
static interface InternalSecurityManager.CommitHandler
          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
 void addCommitHandler(InternalSecurityManager.CommitHandler handler)
           
 InternalSecurityManager.CommitHandler[] getCommitHandlers()
           
 IManagedContainer getContainer()
           
 String getRealmPath()
           
 void removeCommitHandler(InternalSecurityManager.CommitHandler handler)
           
 void setRepository(InternalRepository repository)
           
 
Methods inherited from interface org.eclipse.emf.cdo.server.security.ISecurityManager
getRealm, getRepository, modify, modify, read
 
Methods inherited from interface org.eclipse.emf.cdo.security.SecurityItemContainer
addGroup, addRole, addUser, addUser, removeGroup, removeRole, removeUser
 
Methods inherited from interface org.eclipse.emf.cdo.security.SecurityItemProvider
getGroup, getRole, getUser
 

Method Detail

getContainer

IManagedContainer getContainer()

setRepository

void setRepository(InternalRepository repository)

getRealmPath

String getRealmPath()

getCommitHandlers

InternalSecurityManager.CommitHandler[] getCommitHandlers()

addCommitHandler

void addCommitHandler(InternalSecurityManager.CommitHandler handler)

removeCommitHandler

void removeCommitHandler(InternalSecurityManager.CommitHandler handler)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.