Uses of Class
org.apache.ftpserver.ftplet.AuthenticationFailedException

Packages that use AuthenticationFailedException
org.apache.ftpserver.ftplet   
org.apache.ftpserver.usermanager.impl   
 

Uses of AuthenticationFailedException in org.apache.ftpserver.ftplet
 

Methods in org.apache.ftpserver.ftplet that throw AuthenticationFailedException
 User UserManager.authenticate(Authentication authentication)
          Authenticate user
 

Uses of AuthenticationFailedException in org.apache.ftpserver.usermanager.impl
 

Methods in org.apache.ftpserver.usermanager.impl that throw AuthenticationFailedException
 User DbUserManager.authenticate(Authentication authentication)
          User authentication.
 User PropertiesUserManager.authenticate(Authentication authentication)
          User authenticate method
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.