Class DataChannelAuthentication

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

public class DataChannelAuthentication extends Object
Represents data channel authentication mode. Use static variables SELF or NONE.
  • Field Details

  • Constructor Details

    • DataChannelAuthentication

      protected DataChannelAuthentication()
    • DataChannelAuthentication

      protected DataChannelAuthentication(String argument)
  • Method Details

    • setArgument

      protected void setArgument(String argument)
    • toFtpCmdArgument

      public String toFtpCmdArgument()
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object