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 DatasinkAuthenticatorConfiguratorHookpublic java.lang.String getAuthenticatorLabel()
getAuthenticatorLabel in interface DatasinkAuthenticatorConfiguratorHookpublic java.lang.String getAuthenticatorName()
getAuthenticatorName in interface DatasinkAuthenticatorConfiguratorHookpublic boolean consumes(DatasinkDefinitionDto datasink)
consumes in interface DatasinkAuthenticatorConfiguratorHookpublic boolean isUploadForm()
isUploadForm in interface DatasinkAuthenticatorConfiguratorHook