Class RabbitMqAmqpTransportConnectorTest.FakeAuthConnector

  • All Implemented Interfaces:
    de.iip_ecosphere.platform.transport.connectors.TransportConnector
    Enclosing class:
    RabbitMqAmqpTransportConnectorTest

    private static class RabbitMqAmqpTransportConnectorTest.FakeAuthConnector
    extends de.iip_ecosphere.platform.transport.connectors.rabbitmq.RabbitMqAmqpTransportConnector
    An extended AMQP connector with fixed plaintext authentication (see src/test/config.json).
    Author:
    Holger Eichelberger, SSE
    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.iip_ecosphere.platform.transport.connectors.impl.AbstractTransportConnector

        de.iip_ecosphere.platform.transport.connectors.impl.AbstractTransportConnector.AuthenticationConsumer
    • Field Summary

      • Fields inherited from class de.iip_ecosphere.platform.transport.connectors.rabbitmq.RabbitMqAmqpTransportConnector

        NAME
      • Fields inherited from interface de.iip_ecosphere.platform.transport.connectors.TransportConnector

        EMPTY_PARENT
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FakeAuthConnector()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void configureFactory​(com.rabbitmq.client.ConnectionFactory factory)  
      • Methods inherited from class de.iip_ecosphere.platform.transport.connectors.rabbitmq.RabbitMqAmqpTransportConnector

        asyncSend, composeStreamName, connect, disconnect, enabledEncryption, getName, setReceptionCallback, supportedEncryption, syncSend, unsubscribe
      • Methods inherited from class de.iip_ecosphere.platform.transport.connectors.impl.AbstractTransportConnector

        applyAuthenticationKey, applyAuthenticationKey, applyIdentityToken, applyIdentityToken, createTlsContext, detachReceptionCallback, getActionTimeout, getApplicationId, getApplicationId, getCallback, getCloseAction, getSerializerProvider, getTransportParameter, isStreamKnown, notifyCallback, registerStream, serialize, setSerializerProvider, useTls
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FakeAuthConnector

        private FakeAuthConnector()
    • Method Detail

      • configureFactory

        protected void configureFactory​(com.rabbitmq.client.ConnectionFactory factory)
        Overrides:
        configureFactory in class de.iip_ecosphere.platform.transport.connectors.rabbitmq.RabbitMqAmqpTransportConnector