Uses of Interface
org.eclipse.emf.cdo.server.security.ISecurityManager

Packages that use ISecurityManager
org.eclipse.emf.cdo.server.security Server integration of the Security model. 
org.eclipse.emf.cdo.server.spi.security Server provider interfaces (SPI) for the server integration of the Security model. 
 

Uses of ISecurityManager in org.eclipse.emf.cdo.server.security
 

Methods in org.eclipse.emf.cdo.server.security that return ISecurityManager
static ISecurityManager SecurityManagerUtil.createSecurityManager(String realmPath)
           
static ISecurityManager SecurityManagerUtil.createSecurityManager(String realmPath, IManagedContainer container)
           
 

Uses of ISecurityManager in org.eclipse.emf.cdo.server.spi.security
 

Subinterfaces of ISecurityManager in org.eclipse.emf.cdo.server.spi.security
 interface InternalSecurityManager
          If the meaning of this type isn't clear, there really should be more of a description here...
 

Methods in org.eclipse.emf.cdo.server.spi.security that return ISecurityManager
abstract  ISecurityManager SecurityManagerFactory.create(String realmPath)
           
 ISecurityManager SecurityManagerFactory.Default.create(String realmPath)
           
 ISecurityManager SecurityManagerFactory.Annotation.create(String realmPath)
           
 



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