Uses of Interface
goldengate.ftp.core.file.FtpAuth

Packages that use FtpAuth
goldengate.ftp.core.control Classes implementing Control connections. 
goldengate.ftp.core.session Classes implementing session 
goldengate.ftp.filesystembased Classes implementing File, Directory and Authentication according to a filesystem implementation for FTP 
goldengate.ftp.simpleimpl.file Filesystem based implementation example of File, Dir, Auth and SimpleAuth. 
 

Uses of FtpAuth in goldengate.ftp.core.control
 

Methods in goldengate.ftp.core.control that return FtpAuth
abstract  FtpAuth BusinessHandler.getBusinessNewAuth()
          Create a new AuthInterface according to business choice
 

Uses of FtpAuth in goldengate.ftp.core.session
 

Methods in goldengate.ftp.core.session that return FtpAuth
 FtpAuth FtpSession.getAuth()
           
 

Methods in goldengate.ftp.core.session with parameters of type FtpAuth
 void FtpSession.setSpecialInit(FtpAuth auth, FtpDir dir, goldengate.common.file.Restart restart)
          Special initialization (FtpExec with Https session)
 

Uses of FtpAuth in goldengate.ftp.filesystembased
 

Classes in goldengate.ftp.filesystembased that implement FtpAuth
 class FilesystemBasedFtpAuth
          Filesystem implementation of a AuthInterface
 

Uses of FtpAuth in goldengate.ftp.simpleimpl.file
 

Classes in goldengate.ftp.simpleimpl.file that implement FtpAuth
 class FileBasedAuth
          FtpAuth implementation based on a list of (user/password/account) stored in a xml file load at startup from configuration.
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.