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

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 login)
          Get user by name.
 

Methods in org.apache.ftpserver.ftplet with parameters of type User
 FileSystemView FileSystemManager.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.
 



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