org.apache.ftpserver.usermanager
Interface UserManagerFactory

All Known Implementing Classes:
DbUserManagerFactory, PropertiesUserManagerFactory

public interface UserManagerFactory

Interface for user manager factories

Author:
Apache MINA Project

Method Summary
 UserManager createUserManager()
          Create an UserManager instance based on the configuration on the factory
 

Method Detail

createUserManager

UserManager createUserManager()
Create an UserManager instance based on the configuration on the factory

Returns:
The UserManager


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.