Package ubic.gemma.core.loader.util.ftp
Class AbstractFTPClientAuthenticator
- java.lang.Object
-
- ubic.gemma.core.loader.util.ftp.AbstractFTPClientAuthenticator
-
- All Implemented Interfaces:
FTPClientAuthenticator
- Direct Known Subclasses:
AnonymousFTPCLientAuthenticator
,UsernamePasswordFTPClientAuthenticator
public abstract class AbstractFTPClientAuthenticator extends Object implements FTPClientAuthenticator
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.commons.logging.Log
log
-
Constructor Summary
Constructors Constructor Description AbstractFTPClientAuthenticator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
authenticate(org.apache.commons.net.ftp.FTPClient client, String host, String username, String password)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ubic.gemma.core.loader.util.ftp.FTPClientAuthenticator
authenticate
-
-
-
-
Method Detail
-
authenticate
protected void authenticate(org.apache.commons.net.ftp.FTPClient client, String host, String username, String password) throws IOException
- Throws:
IOException
-
-