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

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

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
 

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

Methods in org.apache.ftpserver.usermanager.impl with parameters of type Authentication
 User DbUserManager.authenticate(Authentication authentication)
          User authentication.
 User PropertiesUserManager.authenticate(Authentication authentication)
          User authenticate method
 



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