public class FtpsUsernamePasswordAuthenticatorHooker extends java.lang.Object implements DatasinkAuthenticatorConfiguratorHook
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AUTHENTICATION_TYPE |
Constructor and Description |
---|
FtpsUsernamePasswordAuthenticatorHooker() |
Modifier and Type | Method and Description |
---|---|
Widget |
configureForm(SimpleFormView mainForm,
DatasinkDefinitionDto datasink) |
boolean |
consumes(DatasinkDefinitionDto datasink) |
java.lang.String |
getAuthenticatorLabel() |
java.lang.String |
getAuthenticatorName() |
boolean |
isUploadForm() |
public static final java.lang.String AUTHENTICATION_TYPE
public FtpsUsernamePasswordAuthenticatorHooker()
public Widget configureForm(SimpleFormView mainForm, DatasinkDefinitionDto datasink)
configureForm
in interface DatasinkAuthenticatorConfiguratorHook
public java.lang.String getAuthenticatorLabel()
getAuthenticatorLabel
in interface DatasinkAuthenticatorConfiguratorHook
public java.lang.String getAuthenticatorName()
getAuthenticatorName
in interface DatasinkAuthenticatorConfiguratorHook
public boolean consumes(DatasinkDefinitionDto datasink)
consumes
in interface DatasinkAuthenticatorConfiguratorHook
public boolean isUploadForm()
isUploadForm
in interface DatasinkAuthenticatorConfiguratorHook