org.globus.ftp
Class DataChannelAuthentication

java.lang.Object
  extended byorg.globus.ftp.DataChannelAuthentication
Direct Known Subclasses:
SubjectDataChannelAuthentication

public class DataChannelAuthentication
extends Object

Represents data channel authentication mode. Use static variables SELF or NONE.


Field Summary
protected  String argument
           
static DataChannelAuthentication NONE
           
static DataChannelAuthentication SELF
           
 
Constructor Summary
protected DataChannelAuthentication()
           
protected DataChannelAuthentication(String argument)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
protected  void setArgument(String argument)
           
 String toFtpCmdArgument()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final DataChannelAuthentication NONE

SELF

public static final DataChannelAuthentication SELF

argument

protected String argument
Constructor Detail

DataChannelAuthentication

protected DataChannelAuthentication()

DataChannelAuthentication

protected DataChannelAuthentication(String argument)
Method Detail

setArgument

protected void setArgument(String argument)

toFtpCmdArgument

public String toFtpCmdArgument()

equals

public boolean equals(Object other)

hashCode

public int hashCode()