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

All Superinterfaces:
ISecurityManager

public interface InternalSecurityManager
extends ISecurityManager


Nested Class Summary
static interface InternalSecurityManager.CommitHandler
           
 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.server.security.ISecurityManager
ISecurityManager.RealmOperation
 
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, getUser, modify
 

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) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.