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 Stringargumentstatic DataChannelAuthenticationNONEstatic DataChannelAuthenticationSELF
-
Constructor Summary
Constructors Modifier Constructor Description protectedDataChannelAuthentication()protectedDataChannelAuthentication(String argument)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)inthashCode()protected voidsetArgument(String argument)StringtoFtpCmdArgument()
-
-
-
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)
-
-