Re: Possible enhancement to the UserManager in FTP server

2009-06-12 Thread Niklas Gustavsson
On Thu, Jun 11, 2009 at 2:43 PM, Sai Pullabhotla wrote: > Currently the UserManager interface has the authenticate method defined as > follows: > >    User authenticate(Authentication authentication) >            throws AuthenticationFailedException; > > I'm wondering if it would be of any benefit

Possible enhancement to the UserManager in FTP server

2009-06-11 Thread Sai Pullabhotla
Currently the UserManager interface has the authenticate method defined as follows: User authenticate(Authentication authentication) throws AuthenticationFailedException; I'm wondering if it would be of any benefit to change it to: User authenticate(Authentication authenticat