Uses of Class
org.globus.ftp.DataChannelAuthentication
Packages that use DataChannelAuthentication
-
Uses of DataChannelAuthentication in org.globus.ftp
Subclasses of DataChannelAuthentication in org.globus.ftpModifier and TypeClassDescriptionclass
Represents subject data channel authentication.Fields in org.globus.ftp declared as DataChannelAuthenticationModifier and TypeFieldDescriptionGridFTPSession.dataChannelAuthentication
static final DataChannelAuthentication
DataChannelAuthentication.NONE
static final DataChannelAuthentication
DataChannelAuthentication.SELF
Methods in org.globus.ftp that return DataChannelAuthenticationModifier and TypeMethodDescriptionGridFTPClient.getDataChannelAuthentication()
Returns data channel authentication mode (DCAU).Methods in org.globus.ftp with parameters of type DataChannelAuthenticationModifier and TypeMethodDescriptionvoid
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 DataChannelAuthenticationModifier and TypeMethodDescriptionstatic Socket
GridFTPServerFacade.authenticate
(Socket simpleSocket, boolean isClientSocket, GSSCredential credential, int protection, DataChannelAuthentication dcau) authenticate socket.void
GridFTPServerFacade.setDataChannelAuthentication
(DataChannelAuthentication authentication)