Interface DatasinkAuthenticatorConfiguratorHook

All Superinterfaces:
Hook
All Known Implementing Classes:
FtpsUsernamePasswordAuthenticatorHooker, ScpPublicKeyAuthenticatorHooker, ScpUsernamePasswordAuthenticatorHooker, SftpPublicKeyAuthenticatorHooker, SftpUsernamePasswordAuthenticatorHooker

public interface DatasinkAuthenticatorConfiguratorHook extends Hook
  • Method Details

    • configureForm

      Widget configureForm(SimpleFormView mainForm, DatasinkDefinitionDto datasink)
    • getAuthenticatorLabel

      String getAuthenticatorLabel()
    • getAuthenticatorName

      String getAuthenticatorName()
    • consumes

      boolean consumes(DatasinkDefinitionDto datasink)
    • isUploadForm

      boolean isUploadForm()