Package | Description |
---|---|
org.globus.ftp | |
org.globus.ftp.app | |
org.globus.ftp.extended | |
org.globus.gsi.gssapi.auth | |
org.globus.gsi.gssapi.net | |
org.globus.net |
Contains socket factories for creating regural and secure server sockets behind firewalls
or NAT servers.
|
Modifier and Type | Method and Description |
---|---|
Authorization |
GridFTPClient.getAuthorization()
Returns authorization method for the control channel.
|
Modifier and Type | Method and Description |
---|---|
void |
GridFTPClient.setAuthorization(Authorization authorization)
Sets authorization method for the control channel.
|
Constructor and Description |
---|
Transfer(String sourceServer,
int sourcePort,
Authorization sourceSubject,
String absoluteSourceFile,
String destServer,
int destPort,
Authorization destSubject,
String absoluteDestFile,
TransferParams params)
Constructor, performing a single third party transfer from
(grid)ftp://sourceServer:sourcePort/absoluteSourceFile
to (grid)ftp://destServer:destPort/absoluteDestFile.
|
Modifier and Type | Field and Description |
---|---|
protected Authorization |
GridFTPControlChannel.authorization |
Modifier and Type | Method and Description |
---|---|
Authorization |
GridFTPControlChannel.getAuthorization()
Returns authorization method for the control channel.
|
Modifier and Type | Method and Description |
---|---|
void |
GridFTPControlChannel.setAuthorization(Authorization authorization)
Sets authorization method for the control channel.
|
Modifier and Type | Class and Description |
---|---|
class |
GSSAuthorization
GSSAPI client authorization.
|
class |
HostAuthorization
Implements a simple host authorization mechanism.
|
class |
HostOrSelfAuthorization |
class |
IdentityAuthorization
Implements a simple identity authorization mechanism.
|
class |
NoAuthorization
Implements the simplest authorization mechanism that does
not do any authorization checks.
|
class |
SelfAuthorization
Performs the identity authorization check.
|
Modifier and Type | Field and Description |
---|---|
protected Authorization |
GssSocket.authorization |
Modifier and Type | Method and Description |
---|---|
Authorization |
GssSocket.getAuthorization() |
Modifier and Type | Method and Description |
---|---|
void |
GssSocket.setAuthorization(Authorization auth) |
Modifier and Type | Field and Description |
---|---|
protected Authorization |
BaseServer.authorization |
protected Authorization |
GSIURLConnection.authorization |
Modifier and Type | Method and Description |
---|---|
Authorization |
GSIURLConnection.getAuthorization() |
Modifier and Type | Method and Description |
---|---|
void |
BaseServer.setAuthorization(Authorization auth) |
void |
GSIURLConnection.setAuthorization(Authorization auth) |
Copyright © 2012. All Rights Reserved.