goldengate.ftp.core.file
Interface FtpAuth

All Superinterfaces:
goldengate.common.file.AuthInterface
All Known Implementing Classes:
FileBasedAuth, FilesystemBasedFtpAuth

public interface FtpAuth
extends goldengate.common.file.AuthInterface

Author:
Frederic Bregier

Method Summary
 String getAccount()
           
 goldengate.common.command.NextCommandReply setAccount(String account)
           
 
Methods inherited from interface goldengate.common.file.AuthInterface
clear, getBaseDirectory, getBusinessPath, getRelativePath, getSession, getUser, isAdmin, isBusinessPathValid, isIdentified, setPassword, setUser
 

Method Detail

getAccount

String getAccount()
Returns:
the account

setAccount

goldengate.common.command.NextCommandReply setAccount(String account)
                                                      throws goldengate.common.command.exception.Reply421Exception,
                                                             goldengate.common.command.exception.Reply530Exception,
                                                             goldengate.common.command.exception.Reply502Exception
Parameters:
account - the account to set
Returns:
(NOOP,230) if the Account is OK, else return the following command that must follow and the associated reply
Throws:
goldengate.common.command.exception.Reply421Exception - if there is a problem during the authentication
goldengate.common.command.exception.Reply530Exception - if there is a problem during the authentication
goldengate.common.command.exception.Reply502Exception


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