Class 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.Factory
    If the meaning of this type isn't clear, there really should be more of a description here...
    Author:
    Eike Stepper
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PRODUCT_GROUP  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract ISecurityManager create​(java.lang.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
    • Constructor Detail

      • SecurityManagerFactory

        public SecurityManagerFactory​(java.lang.String type)
    • Method Detail

      • create

        public abstract ISecurityManager create​(java.lang.String realmPath)
                                         throws org.eclipse.net4j.util.factory.ProductCreationException
        Throws:
        org.eclipse.net4j.util.factory.ProductCreationException