Package org.globus.ftp
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 Summary
Fields Modifier and Type Field Description protected String
argument
static DataChannelAuthentication
NONE
static DataChannelAuthentication
SELF
-
Constructor Summary
Constructors Modifier Constructor Description protected
DataChannelAuthentication()
protected
DataChannelAuthentication(String argument)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
int
hashCode()
protected void
setArgument(String argument)
String
toFtpCmdArgument()
-
-
-
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)
-
-