org.globus.ftp
Class SubjectDataChannelAuthentication

java.lang.Object
  extended byorg.globus.ftp.DataChannelAuthentication
      extended byorg.globus.ftp.SubjectDataChannelAuthentication

public class SubjectDataChannelAuthentication
extends DataChannelAuthentication

Represents subject data channel authentication.


Field Summary
 
Fields inherited from class org.globus.ftp.DataChannelAuthentication
argument, NONE, SELF
 
Constructor Summary
SubjectDataChannelAuthentication(String subject)
           
 
Methods inherited from class org.globus.ftp.DataChannelAuthentication
equals, hashCode, setArgument, toFtpCmdArgument
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubjectDataChannelAuthentication

public SubjectDataChannelAuthentication(String subject)