Uses of Class org.globus.ftp.DataChannelAuthentication (Java Globus API)

Uses of Class
org.globus.ftp.DataChannelAuthentication

Packages that use DataChannelAuthentication
org.globus.ftp   
org.globus.ftp.extended   
org.globus.ftp.test   
 

Uses of DataChannelAuthentication in org.globus.ftp
 

Subclasses of DataChannelAuthentication in org.globus.ftp
 class SubjectDataChannelAuthentication
          Represents subject data channel authentication.
 

Fields in org.globus.ftp declared as DataChannelAuthentication
static DataChannelAuthentication DataChannelAuthentication.NONE
           
static DataChannelAuthentication DataChannelAuthentication.SELF
           
 DataChannelAuthentication GridFTPSession.dataChannelAuthentication
           
 

Methods in org.globus.ftp that return DataChannelAuthentication
 DataChannelAuthentication GridFTPClient.getDataChannelAuthentication()
          Returns data channel authentication mode (DCAU).
 

Methods in org.globus.ftp with parameters of type DataChannelAuthentication
 void GridFTPClient.setDataChannelAuthentication(DataChannelAuthentication type)
          Sets data channel authentication mode (DCAU)
 boolean DataChannelAuthentication.equals(DataChannelAuthentication other)
           
 

Uses of DataChannelAuthentication in org.globus.ftp.extended
 

Methods in org.globus.ftp.extended with parameters of type DataChannelAuthentication
 void GridFTPServerFacade.setDataChannelAuthentication(DataChannelAuthentication authentication)
           
 

Uses of DataChannelAuthentication in org.globus.ftp.test
 

Methods in org.globus.ftp.test with parameters of type DataChannelAuthentication
protected  void GridFTPClient2PartyStripingTest.get(GridFTPClient client, int localServerMode, int transferType, int transferMode, DataChannelAuthentication dcau, int prot, java.lang.String fullLocalFile, java.lang.String fullRemoteFile)
          This demonstrates striped file storage.
protected  void GridFTPClient2PartyStripingTest.put(GridFTPClient client, int localServerMode, int transferType, int transferMode, DataChannelAuthentication dcau, int prot, java.lang.String fullLocalFile, java.lang.String fullRemoteFile)
          This demonstrates striped file retrieval.
protected  void GridFTPClient2PartyTest.get(GridFTPClient client, int localServerMode, int transferType, int transferMode, DataChannelAuthentication dcau, int prot, java.lang.String fullLocalFile, java.lang.String fullRemoteFile)
          This method performs the actual transfer
protected  void GridFTPClient2PartyTest.put(GridFTPClient client, int localServerMode, int transferType, int transferMode, DataChannelAuthentication dcau, int prot, java.lang.String fullLocalFile, java.lang.String fullRemoteFile)
          This method performs the actual transfer
protected  void GridFTPClient2PartyParallelTest.get(GridFTPClient client, int localServerMode, int transferType, int transferMode, DataChannelAuthentication dcau, int prot, java.lang.String fullLocalFile, java.lang.String fullRemoteFile)
           
protected  void GridFTPClient2PartyParallelTest.put(GridFTPClient client, int localServerMode, int transferType, int transferMode, DataChannelAuthentication dcau, int prot, java.lang.String fullLocalFile, java.lang.String fullRemoteFile)