Package | Description |
---|---|
org.globus.axis.transport | |
org.globus.ftp | |
org.globus.ftp.app | |
org.globus.ftp.extended | |
org.globus.gsi.gssapi.auth | |
org.globus.gsi.gssapi.net | |
org.globus.io.streams |
Implements the standard Java I/O streams interface for a number of different protocols, including FTP, GSIFTP, HTTP, HTTPS, and File.
|
org.globus.io.urlcopy |
This library provides a simple API for transferring a file from one location to
another.
|
org.globus.myproxy |
This package provides a MyProxy client API.
|
org.globus.net |
Contains socket factories for creating regural and secure server sockets behind firewalls
or NAT servers.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SSLContextHelper.init(String host,
int port,
Authorization auth,
Boolean anonymous,
GSSCredential cred,
Integer protection,
TrustedCertificates trustedCerts) |
Constructor and Description |
---|
SSLContextHelper(String host,
int port,
Authorization auth,
Boolean anonymous,
GSSCredential cred,
Integer protection,
TrustedCertificates trustedCerts) |
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) |
Constructor and Description |
---|
GassInputStream(GSSCredential cred,
Authorization auth,
String host,
int port,
String file)
Opens Gass input stream in secure mode with specified
user credentials.
|
GassOutputStream(GSSCredential cred,
Authorization auth,
String host,
int port,
String file,
long length,
boolean append)
Opens Gass output stream in secure mode with specified
user credentials.
|
GridFTPInputStream(GSSCredential cred,
Authorization auth,
String host,
int port,
String file,
boolean reqDCAU) |
GridFTPInputStream(GSSCredential cred,
Authorization auth,
String host,
int port,
String file,
boolean passive,
int type,
boolean reqDCAU) |
GridFTPOutputStream(GSSCredential cred,
Authorization auth,
String host,
int port,
String file,
boolean append,
boolean reqDCAU) |
GridFTPOutputStream(GSSCredential cred,
Authorization auth,
String host,
int port,
String file,
boolean append,
boolean passive,
int type,
boolean reqDCAU) |
GridFTPOutputStream(GSSCredential cred,
Authorization auth,
String host,
int port,
String file,
boolean append,
boolean passive,
int type,
boolean reqDCAU,
long size) |
GridFTPOutputStream(GSSCredential cred,
Authorization auth,
String host,
int port,
String file,
boolean append,
boolean reqDCAU,
long size) |
Modifier and Type | Field and Description |
---|---|
protected Authorization |
UrlCopy.dstAuth |
protected Authorization |
UrlCopy.srcAuth |
Modifier and Type | Method and Description |
---|---|
Authorization |
UrlCopy.getDestinationAuthorization()
Returns authorization type for
the destination side for the url copy.
|
Authorization |
UrlCopy.getSourceAuthorization()
Returns authorization type for
the source side for the url copy.
|
Modifier and Type | Method and Description |
---|---|
void |
UrlCopy.setDestinationAuthorization(Authorization auth)
Sets destination authorization type
|
void |
UrlCopy.setSourceAuthorization(Authorization auth)
Sets source authorization type
|
Modifier and Type | Class and Description |
---|---|
class |
MyProxyServerAuthorization
Implements the MyProxy server authorization mechanism.
|
Modifier and Type | Field and Description |
---|---|
protected Authorization |
MyProxy.authorization
The authorization policy in effect for the target MyProxy server.
|
Modifier and Type | Method and Description |
---|---|
Authorization |
MyProxy.getAuthorization()
Get MyProxy server authorization mechanism.
|
Modifier and Type | Method and Description |
---|---|
void |
MyProxy.setAuthorization(Authorization authorization)
Set MyProxy server authorization mechanism.
|
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 © 2016. All rights reserved.