Uses of Interface
org.apache.ftpserver.usermanager.UserManagerInterface

Packages that use UserManagerInterface
org.apache.ftpserver   
org.apache.ftpserver.remote   
org.apache.ftpserver.usermanager   
 

Uses of UserManagerInterface in org.apache.ftpserver
 

Methods in org.apache.ftpserver that return UserManagerInterface
 UserManagerInterface FtpConfig.getUserManager()
          Get user manager.
 

Uses of UserManagerInterface in org.apache.ftpserver.remote
 

Methods in org.apache.ftpserver.remote that return UserManagerInterface
 UserManagerInterface UserManager.getUserManager()
          Get the actual user manager
 

Constructors in org.apache.ftpserver.remote with parameters of type UserManagerInterface
UserManager(UserManagerInterface userManager)
          Constructor - sets the actual user manager
 

Uses of UserManagerInterface in org.apache.ftpserver.usermanager
 

Classes in org.apache.ftpserver.usermanager that implement UserManagerInterface
 class AbstractUserManager
          Abstract user manager class.
 class DbUserManager
          This is another database based user manager class.
 class LdapUserManager
          Ldap based user manager class.
 class PropertiesUserManager
          Properties file based UserManager implementation.
 



Copyright © 2001-2007 Codehaus. All Rights Reserved.