Class NonValidatingSSLConnectionFactory

  • All Implemented Interfaces:
    adams.core.Destroyable, adams.core.GlobalInfoSupporter, adams.core.logging.LoggingLevelHandler, adams.core.logging.LoggingSupporter, adams.core.option.OptionHandler, adams.core.QuickInfoSupporter, adams.core.SizeOfHandler, adams.flow.core.FlowContextHandler, Serializable

    public class NonValidatingSSLConnectionFactory
    extends AbstractConnectionFactory
    For encrypting a connection with SSL (performs no validation). Use only for testing/development!
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Constructor Detail

      • NonValidatingSSLConnectionFactory

        public NonValidatingSSLConnectionFactory()
    • Method Detail

      • globalInfo

        public String globalInfo()
        Returns a string describing the object.
        Specified by:
        globalInfo in interface adams.core.GlobalInfoSupporter
        Specified by:
        globalInfo in class adams.core.option.AbstractOptionHandler
        Returns:
        a description suitable for displaying in the gui
      • defineOptions

        public void defineOptions()
        Adds options to the internal list of options.
        Specified by:
        defineOptions in interface adams.core.option.OptionHandler
        Overrides:
        defineOptions in class adams.core.option.AbstractOptionHandler
      • getQuickInfo

        public String getQuickInfo()
        Returns a quick info about the actor, which will be displayed in the GUI.
        Specified by:
        getQuickInfo in interface adams.core.QuickInfoSupporter
        Overrides:
        getQuickInfo in class AbstractConnectionFactory
        Returns:
        null if no info available, otherwise short string
      • setConnectionFactory

        public void setConnectionFactory​(AbstractConnectionFactory value)
        Sets the base connection factory to encrypt.
        Parameters:
        value - the factory
      • getConnectionFactory

        public AbstractConnectionFactory getConnectionFactory()
        Returns the base connection factory to encrypt.
        Returns:
        the factory
      • connectionFactoryTipText

        public String connectionFactoryTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • doGenerate

        protected com.rabbitmq.client.ConnectionFactory doGenerate​(adams.core.MessageCollection errors)
        Generates the connection factory object.
        Specified by:
        doGenerate in class AbstractConnectionFactory
        Parameters:
        errors - for collecting errors
        Returns:
        the factory, null in case of error