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

Packages that use Authentication
org.apache.ftpserver.ftplet   
org.apache.ftpserver.usermanager   
 

Uses of Authentication in org.apache.ftpserver.ftplet
 

Methods in org.apache.ftpserver.ftplet with parameters of type Authentication
 User UserManager.authenticate(Authentication authentication)
          Authenticate user
 

Uses of Authentication in org.apache.ftpserver.usermanager
 

Classes in org.apache.ftpserver.usermanager that implement Authentication
 class AnonymousAuthentication
          Class representing an anonymous authentication attempt
 class UsernamePasswordAuthentication
          Class representing a normal authentication attempt using username and password
 



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