|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.globus.ftp.vanilla.BasicClientControlChannel
org.globus.ftp.vanilla.FTPControlChannel
org.globus.ftp.extended.GridFTPControlChannel
public class GridFTPControlChannel
GridFTP control channel, unlike the vanilla control channel, uses GSI autentication.
| Field Summary | |
|---|---|
protected Authorization |
authorization
|
protected org.ietf.jgss.GSSCredential |
credentials
|
protected int |
protection
|
protected static int |
TIMEOUT
|
| Fields inherited from class org.globus.ftp.vanilla.FTPControlChannel |
|---|
CRLF, ftpIn, ftpOut, hasBeenOpened, host, port, rawFtpIn, socket |
| Constructor Summary | |
|---|---|
GridFTPControlChannel(java.io.InputStream in,
java.io.OutputStream out)
|
|
GridFTPControlChannel(java.lang.String host,
int port)
|
|
| Method Summary | |
|---|---|
void |
authenticate(org.ietf.jgss.GSSCredential credential)
Performs authentication with specified user credentials. |
void |
authenticate(org.ietf.jgss.GSSCredential credential,
java.lang.String username)
Performs authentication with specified user credentials and a specific username (assuming the user dn maps to the passed username). |
Authorization |
getAuthorization()
Returns authorization method for the control channel. |
protected org.ietf.jgss.GSSCredential |
getCredentials()
|
int |
getProtection()
Returns control channel protection level. |
void |
setAuthorization(Authorization authorization)
Sets authorization method for the control channel. |
protected void |
setCredentials(org.ietf.jgss.GSSCredential credentials)
|
void |
setProtection(int protection)
Sets data channel protection level. |
| Methods inherited from class org.globus.ftp.vanilla.FTPControlChannel |
|---|
abortTransfer, close, exchange, execute, getBufferedReader, getHost, getLastReply, getOutputStream, getPort, hasBeenOpened, haveStreams, isIPv6, open, read, readInitialReplies, setInputStream, setOutputStream, waitFor, write, writeln, writeStr |
| Methods inherited from class org.globus.ftp.vanilla.BasicClientControlChannel |
|---|
waitFor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final int TIMEOUT
protected org.ietf.jgss.GSSCredential credentials
protected Authorization authorization
protected int protection
| Constructor Detail |
|---|
public GridFTPControlChannel(java.lang.String host,
int port)
public GridFTPControlChannel(java.io.InputStream in,
java.io.OutputStream out)
| Method Detail |
|---|
public void setProtection(int protection)
protection - should be
CLEAR,
SAFE, or
PRIVATE, or
CONFIDENTIAL.public int getProtection()
CLEAR,
SAFE, or
PRIVATE, or
CONFIDENTIAL.public void setAuthorization(Authorization authorization)
authorization - authorization method.public Authorization getAuthorization()
public void authenticate(org.ietf.jgss.GSSCredential credential)
throws java.io.IOException,
ServerException
credential - user credentials to use.
java.io.IOException - on i/o error
ServerException - on server refusal or faulty server behavior
public void authenticate(org.ietf.jgss.GSSCredential credential,
java.lang.String username)
throws java.io.IOException,
ServerException
credential - user credentials to use.username - specific username to authenticate as.
java.io.IOException - on i/o error
ServerException - on server refusal or faulty server behaviorprotected void setCredentials(org.ietf.jgss.GSSCredential credentials)
protected org.ietf.jgss.GSSCredential getCredentials()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||