Uses of Class
org.globus.ftp.DataChannelAuthentication

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

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
 DataChannelAuthentication GridFTPSession.dataChannelAuthentication
           
static DataChannelAuthentication DataChannelAuthentication.NONE
           
static DataChannelAuthentication DataChannelAuthentication.SELF
           
 

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)
 

Uses of DataChannelAuthentication in org.globus.ftp.extended
 

Methods in org.globus.ftp.extended with parameters of type DataChannelAuthentication
static Socket GridFTPServerFacade.authenticate(Socket simpleSocket, boolean isClientSocket, GSSCredential credential, int protection, DataChannelAuthentication dcau)
          authenticate socket.
 void GridFTPServerFacade.setDataChannelAuthentication(DataChannelAuthentication authentication)