Uses of Class
org.globus.ftp.DataChannelAuthentication
-
Packages that use DataChannelAuthentication Package Description org.globus.ftp org.globus.ftp.extended -
-
Uses of DataChannelAuthentication in org.globus.ftp
Subclasses of DataChannelAuthentication in org.globus.ftp Modifier and Type Class Description classSubjectDataChannelAuthenticationRepresents subject data channel authentication.Fields in org.globus.ftp declared as DataChannelAuthentication Modifier and Type Field Description DataChannelAuthenticationGridFTPSession. dataChannelAuthenticationstatic DataChannelAuthenticationDataChannelAuthentication. NONEstatic DataChannelAuthenticationDataChannelAuthentication. SELFMethods in org.globus.ftp that return DataChannelAuthentication Modifier and Type Method Description DataChannelAuthenticationGridFTPClient. getDataChannelAuthentication()Returns data channel authentication mode (DCAU).Methods in org.globus.ftp with parameters of type DataChannelAuthentication Modifier and Type Method Description voidGridFTPClient. 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 Modifier and Type Method Description static java.net.SocketGridFTPServerFacade. authenticate(java.net.Socket simpleSocket, boolean isClientSocket, org.ietf.jgss.GSSCredential credential, int protection, DataChannelAuthentication dcau)authenticate socket.voidGridFTPServerFacade. setDataChannelAuthentication(DataChannelAuthentication authentication)
-