Package | Description |
---|---|
org.globus.ftp | |
org.globus.ftp.extended |
Modifier and Type | Class and Description |
---|---|
class |
SubjectDataChannelAuthentication
Represents subject data channel authentication.
|
Modifier and Type | Field and Description |
---|---|
DataChannelAuthentication |
GridFTPSession.dataChannelAuthentication |
static DataChannelAuthentication |
DataChannelAuthentication.NONE |
static DataChannelAuthentication |
DataChannelAuthentication.SELF |
Modifier and Type | Method and Description |
---|---|
DataChannelAuthentication |
GridFTPClient.getDataChannelAuthentication()
Returns data channel authentication mode (DCAU).
|
Modifier and Type | Method and Description |
---|---|
void |
GridFTPClient.setDataChannelAuthentication(DataChannelAuthentication type)
Sets data channel authentication mode (DCAU)
|
Modifier and Type | Method and Description |
---|---|
static Socket |
GridFTPServerFacade.authenticate(Socket simpleSocket,
boolean isClientSocket,
GSSCredential credential,
int protection,
DataChannelAuthentication dcau)
authenticate socket.
|
void |
GridFTPServerFacade.setDataChannelAuthentication(DataChannelAuthentication authentication) |
Copyright © 2016. All rights reserved.