|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataChannelAuthentication | |
|---|---|
| org.globus.ftp | |
| org.globus.ftp.extended | |
| Uses of DataChannelAuthentication in org.globus.ftp |
|---|
| Subclasses of DataChannelAuthentication in org.globus.ftp | |
|---|---|
class |
SubjectDataChannelAuthentication
Represents subject data channel authentication. |
| Fields in org.globus.ftp declared as DataChannelAuthentication | |
|---|---|
DataChannelAuthentication |
GridFTPSession.dataChannelAuthentication
|
static DataChannelAuthentication |
DataChannelAuthentication.NONE
|
static DataChannelAuthentication |
DataChannelAuthentication.SELF
|
| Methods in org.globus.ftp that return DataChannelAuthentication | |
|---|---|
DataChannelAuthentication |
GridFTPClient.getDataChannelAuthentication()
Returns data channel authentication mode (DCAU). |
| Methods in org.globus.ftp with parameters of type DataChannelAuthentication | |
|---|---|
void |
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 DataChannelAuthentication | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||