| 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 java.net.Socket |
GridFTPServerFacade.authenticate(java.net.Socket simpleSocket,
boolean isClientSocket,
org.ietf.jgss.GSSCredential credential,
int protection,
DataChannelAuthentication dcau)
authenticate socket.
|
void |
GridFTPServerFacade.setDataChannelAuthentication(DataChannelAuthentication authentication) |
Copyright © 2013. All Rights Reserved.