Uses of Interface
org.apache.ftpserver.ftplet.UserManager

Packages that use UserManager
org.apache.ftpserver   
org.apache.ftpserver.ftplet   
org.apache.ftpserver.usermanager   
 

Uses of UserManager in org.apache.ftpserver
 

Methods in org.apache.ftpserver that return UserManager
 UserManager FtpServerFactory.getUserManager()
          Retrieve the user manager used by servers created by this factory
 

Methods in org.apache.ftpserver with parameters of type UserManager
 void FtpServerFactory.setUserManager(UserManager userManager)
          Set the user manager to be used by servers created by this factory
 

Uses of UserManager in org.apache.ftpserver.ftplet
 

Methods in org.apache.ftpserver.ftplet that return UserManager
 UserManager FtpletContext.getUserManager()
          Get the user manager.
 

Uses of UserManager in org.apache.ftpserver.usermanager
 

Methods in org.apache.ftpserver.usermanager that return UserManager
 UserManager UserManagerFactory.createUserManager()
          Create an UserManager instance based on the configuration on the factory
 UserManager PropertiesUserManagerFactory.createUserManager()
          Creates a PropertiesUserManager instance based on the provided configuration
 UserManager DbUserManagerFactory.createUserManager()
           
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.