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

Packages that use User
org.apache.ftpserver.filesystem.nativefs   
org.apache.ftpserver.ftplet   
org.apache.ftpserver.usermanager   
 

Uses of User in org.apache.ftpserver.filesystem.nativefs
 

Methods in org.apache.ftpserver.filesystem.nativefs with parameters of type User
 FileSystemView NativeFileSystemFactory.createFileSystemView(User user)
          Create the appropriate user file system view.
 

Uses of User in org.apache.ftpserver.ftplet
 

Methods in org.apache.ftpserver.ftplet that return User
 User UserManager.authenticate(Authentication authentication)
          Authenticate user
 User FtpSession.getUser()
          Get user object.
 User UserManager.getUserByName(java.lang.String username)
          Get user by name.
 

Methods in org.apache.ftpserver.ftplet with parameters of type User
 FileSystemView FileSystemFactory.createFileSystemView(User user)
          Create user specific file system view.
 int FtpStatistics.getCurrentUserLoginNumber(User user)
          Get the login number for the specific user
 int FtpStatistics.getCurrentUserLoginNumber(User user, java.net.InetAddress ipAddress)
          Get the login number for the specific user from the ipAddress
 void UserManager.save(User user)
          Save user.
 

Uses of User in org.apache.ftpserver.usermanager
 

Methods in org.apache.ftpserver.usermanager that return User
 User UserFactory.createUser()
          Creates a user based on the configuration set on the factory
 



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