org.eclipse.emf.cdo.server.spi.security
Class SecurityManagerFactory

java.lang.Object
  extended by org.eclipse.net4j.util.factory.Factory
      extended by org.eclipse.emf.cdo.server.spi.security.SecurityManagerFactory
All Implemented Interfaces:
IFactory
Direct Known Subclasses:
SecurityManagerFactory.Annotation, SecurityManagerFactory.Default

public abstract class SecurityManagerFactory
extends Factory

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


Nested Class Summary
static class SecurityManagerFactory.Annotation
          If the meaning of this type isn't clear, there really should be more of a description here...
static class SecurityManagerFactory.Default
          If the meaning of this type isn't clear, there really should be more of a description here...
 
Field Summary
static String PRODUCT_GROUP
           
 
Constructor Summary
SecurityManagerFactory(String type)
           
 
Method Summary
abstract  ISecurityManager create(String realmPath)
           
 
Methods inherited from class org.eclipse.net4j.util.factory.Factory
getDescriptionFor, getKey, getProductGroup, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PRODUCT_GROUP

public static final String PRODUCT_GROUP
See Also:
Constant Field Values
Constructor Detail

SecurityManagerFactory

public SecurityManagerFactory(String type)
Method Detail

create

public abstract ISecurityManager create(String realmPath)
                                 throws ProductCreationException
Throws:
ProductCreationException


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