java.lang.Object
test.de.iip_ecosphere.platform.ecsRuntime.kubernetes.TransportK8STLS

public class TransportK8STLS extends Object
Tansport security TLS information.
Author:
Ahmad Alamoush, SSE
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private test.de.iip_ecosphere.platform.transport.AbstractTransportConnectorTest.TransportParameterConfigurer
     
    private boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    TransportK8STLS(boolean tlsCheck, test.de.iip_ecosphere.platform.transport.AbstractTransportConnectorTest.TransportParameterConfigurer configurer)
    Creates a TransportK8STLS instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    test.de.iip_ecosphere.platform.transport.AbstractTransportConnectorTest.TransportParameterConfigurer
    Returns the tls configurer.
    boolean
    Returns using the tls security.
    void
    setConfigurer(test.de.iip_ecosphere.platform.transport.AbstractTransportConnectorTest.TransportParameterConfigurer configurer)
    Set the tls configurer.
    void
    setTlsCheck(boolean tlsCheck)
    Set the use of the tls security.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • tlsCheck

      private boolean tlsCheck
    • configurer

      private test.de.iip_ecosphere.platform.transport.AbstractTransportConnectorTest.TransportParameterConfigurer configurer
  • Constructor Details

    • TransportK8STLS

      public TransportK8STLS(boolean tlsCheck, test.de.iip_ecosphere.platform.transport.AbstractTransportConnectorTest.TransportParameterConfigurer configurer)
      Creates a TransportK8STLS instance.
      Parameters:
      tlsCheck - use of the tls security
      configurer - the tls configurer
  • Method Details

    • isTlsCheck

      public boolean isTlsCheck()
      Returns using the tls security.
      Returns:
      use of the tls security
    • setTlsCheck

      public void setTlsCheck(boolean tlsCheck)
      Set the use of the tls security.
      Parameters:
      tlsCheck - use of the tls security
    • getConfigurer

      public test.de.iip_ecosphere.platform.transport.AbstractTransportConnectorTest.TransportParameterConfigurer getConfigurer()
      Returns the tls configurer.
      Returns:
      the tls configurer
    • setConfigurer

      public void setConfigurer(test.de.iip_ecosphere.platform.transport.AbstractTransportConnectorTest.TransportParameterConfigurer configurer)
      Set the tls configurer.
      Parameters:
      configurer - the tls configurer