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