Uses of Class
org.mockftpserver.fake.UserAccount

Packages that use UserAccount
org.mockftpserver.fake   
org.mockftpserver.fake.command   
 

Uses of UserAccount in org.mockftpserver.fake
 

Methods in org.mockftpserver.fake that return UserAccount
 UserAccount ServerConfiguration.getUserAccount(String username)
           
 UserAccount FakeFtpServer.getUserAccount(String username)
           
 

Methods in org.mockftpserver.fake with parameters of type UserAccount
 void FakeFtpServer.addUserAccount(UserAccount userAccount)
          Add a single UserAccount.
 

Uses of UserAccount in org.mockftpserver.fake.command
 

Methods in org.mockftpserver.fake.command that return UserAccount
protected  UserAccount AbstractFakeCommandHandler.getUserAccount(Session session)
           
 

Methods in org.mockftpserver.fake.command with parameters of type UserAccount
protected  void AbstractFakeCommandHandler.login(UserAccount userAccount, Session session, int replyCode, String replyMessageKey)
          Log in the specified user for the current session.
 



Copyright © 2014. All rights reserved.