Class SecurityManagerFactory
- java.lang.Object
- 
- org.eclipse.net4j.util.factory.Factory
- 
- org.eclipse.emf.cdo.server.spi.security.SecurityManagerFactory
 
 
- 
- All Implemented Interfaces:
- org.eclipse.net4j.util.factory.IFactory
 - Direct Known Subclasses:
- SecurityManagerFactory.Annotation,- SecurityManagerFactory.Default
 
 public abstract class SecurityManagerFactory extends org.eclipse.net4j.util.factory.FactoryIf the meaning of this type isn't clear, there really should be more of a description here...- Author:
- Eike Stepper
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSecurityManagerFactory.AnnotationDeprecated.As of 4.3 useSecurityManagerFactory.Defaultwith a description like "realmPath:annotation".static classSecurityManagerFactory.DefaultIf the meaning of this type isn't clear, there really should be more of a description here...
 - 
Field SummaryFields Modifier and Type Field Description static java.lang.StringPRODUCT_GROUP
 - 
Constructor SummaryConstructors Constructor Description SecurityManagerFactory(java.lang.String type)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ISecurityManagercreate(java.lang.String realmPath)
 
- 
- 
- 
Field Detail- 
PRODUCT_GROUPpublic static final java.lang.String PRODUCT_GROUP - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
createpublic abstract ISecurityManager create(java.lang.String realmPath) throws org.eclipse.net4j.util.factory.ProductCreationException - Throws:
- org.eclipse.net4j.util.factory.ProductCreationException
 
 
- 
 
-