Package com.snowflake.connectors.application.configuration.connection
Backend implementations for the connection configuration wizard step.
-
Interface Summary Interface Description ConnectionConfigurationCallback Callback called during theConnectionConfigurationHandler
andUpdateConnectionConfigurationHandler
execution, may be used to provide custom connection configuration logic.ConnectionConfigurationInputValidator A validator for the input ofConnectionConfigurationHandler
andUpdateConnectionConfigurationHandler
, may be used to provide custom connection configuration validation.ConnectionConfigurationService A service for basic management of the connection configuration.ConnectionValidator A validator for the connection configured during theConnectionConfigurationHandler
orUpdateConnectionConfigurationHandler
execution.DraftConnectionValidator A validator for the draft connection configured duringUpdateConnectionConfigurationHandler
execution. -
Class Summary Class Description ConnectionConfigurationHandler Handler for the connection configuration process.ConnectionConfigurationHandlerBuilder Builder for theConnectionConfigurationHandler
.UpdateConnectionConfigurationHandler Handler for the connection configuration update process.UpdateConnectionConfigurationHandlerBuilder Builder for theUpdateConnectionConfigurationHandler
. -
Exception Summary Exception Description ConnectionConfigurationNotFoundException Exception thrown when connection configuration record was not found in the configuration table.