Uses of Class
com.Prominic.jFTPd.FTPSecuritySource

Packages that use FTPSecuritySource
com.Prominic.jFTPd   
 

Uses of FTPSecuritySource in com.Prominic.jFTPd
 

Subclasses of FTPSecuritySource in com.Prominic.jFTPd
 class FTPAnonSecuritySource
          Implements anonymous access security check.
 class FTPUserListSecuritySource
          This class implements a security source based on the users.dat file.
 

Fields in com.Prominic.jFTPd declared as FTPSecuritySource
private  FTPSecuritySource FTPConnection.securitySource
           
 

Methods in com.Prominic.jFTPd with parameters of type FTPSecuritySource
 void FTPConnection.setSecuritySource(FTPSecuritySource source)
          Sets the security source of the connection.