Package org.eclipse.emf.cdo.spi.server
Class RepositoryUserManager.RepositoryAuthenticatorFactory
- java.lang.Object
- 
- org.eclipse.net4j.util.factory.Factory
- 
- org.eclipse.net4j.util.security.AuthenticatorFactory
- 
- org.eclipse.emf.cdo.spi.server.RepositoryUserManager.RepositoryAuthenticatorFactory
 
 
 
- 
- All Implemented Interfaces:
- org.eclipse.net4j.util.factory.IFactory
 - Enclosing class:
- RepositoryUserManager
 
 public abstract static class RepositoryUserManager.RepositoryAuthenticatorFactory extends org.eclipse.net4j.util.security.AuthenticatorFactoryIf the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 4.2
- Author:
- Eike Stepper
 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedRepositoryAuthenticatorFactory(java.lang.String type)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.Objectcreate(java.lang.String description)protected abstract RepositoryUserManagerdoCreate(java.lang.String description)protected java.lang.StringgetRepositoryName(java.lang.String description)
 
- 
- 
- 
Method Detail- 
createpublic final java.lang.Object create(java.lang.String description) throws org.eclipse.net4j.util.factory.ProductCreationException- Throws:
- org.eclipse.net4j.util.factory.ProductCreationException
 
 - 
getRepositoryNameprotected java.lang.String getRepositoryName(java.lang.String description) 
 - 
doCreateprotected abstract RepositoryUserManager doCreate(java.lang.String description) throws org.eclipse.net4j.util.factory.ProductCreationException - Throws:
- org.eclipse.net4j.util.factory.ProductCreationException
 
 
- 
 
-