Class RepositoryUserManager.RepositoryUserManagerFactory

java.lang.Object
org.eclipse.net4j.util.factory.Factory
org.eclipse.net4j.util.security.UserManagerFactory
org.eclipse.emf.cdo.spi.server.RepositoryUserManager.RepositoryUserManagerFactory
All Implemented Interfaces:
org.eclipse.net4j.util.factory.IFactory, org.eclipse.net4j.util.factory.IFactoryKeyAware
Enclosing class:
RepositoryUserManager

public abstract static class RepositoryUserManager.RepositoryUserManagerFactory extends org.eclipse.net4j.util.security.UserManagerFactory
If the meaning of this type isn't clear, there really should be more of a description here...
Author:
Eike Stepper
  • Field Summary

    Fields inherited from class org.eclipse.net4j.util.security.UserManagerFactory

    PRODUCT_GROUP

    Fields inherited from class org.eclipse.net4j.util.factory.Factory

    NO_DESCRIPTION
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final Object
    create(String description)
     
    protected abstract RepositoryUserManager
    doCreate(String description)
     
    protected String
     

    Methods inherited from class org.eclipse.net4j.util.factory.Factory

    getDescriptionFor, getFactoryKey, getKey, getProductGroup, getType, productCreationException, productCreationException, setFactoryKey, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RepositoryUserManagerFactory

      protected RepositoryUserManagerFactory(String type)
  • Method Details

    • create

      public final Object create(String description) throws org.eclipse.net4j.util.factory.ProductCreationException
      Throws:
      org.eclipse.net4j.util.factory.ProductCreationException
    • getRepositoryName

      protected String getRepositoryName(String description)
    • doCreate

      protected abstract RepositoryUserManager doCreate(String description) throws org.eclipse.net4j.util.factory.ProductCreationException
      Throws:
      org.eclipse.net4j.util.factory.ProductCreationException