Uses of Class
de.gematik.test.tiger.common.data.config.tigerProxy.TigerTlsConfiguration
-
Packages that use TigerTlsConfiguration Package Description de.gematik.test.tiger.common.data.config.tigerProxy -
-
Uses of TigerTlsConfiguration in de.gematik.test.tiger.common.data.config.tigerProxy
Methods in de.gematik.test.tiger.common.data.config.tigerProxy that return TigerTlsConfiguration Modifier and Type Method Description TigerTlsConfigurationTigerTlsConfiguration.TigerTlsConfigurationBuilder. build()TigerTlsConfigurationTigerProxyConfiguration. getTls()Methods in de.gematik.test.tiger.common.data.config.tigerProxy with parameters of type TigerTlsConfiguration Modifier and Type Method Description voidTigerProxyConfiguration. setTls(TigerTlsConfiguration tls)TigerProxyConfiguration.TigerProxyConfigurationBuilderTigerProxyConfiguration.TigerProxyConfigurationBuilder. tls(TigerTlsConfiguration tls)Constructors in de.gematik.test.tiger.common.data.config.tigerProxy with parameters of type TigerTlsConfiguration Constructor Description TigerProxyConfiguration(List<TigerRoute> proxyRoutes, ForwardProxyInfo forwardToProxy, String proxyLogLevel, TigerTlsConfiguration tls, List<String> keyFolders, boolean activateRbelEndpoint, boolean activateAsn1Parsing, boolean activateForwardAllLogging, TigerFileSaveInfo fileSaveInfo, Integer proxyPort, boolean skipTrafficEndpointsSubscription, List<String> trafficEndpoints, boolean downloadInitialTrafficFromEndpoints, String trafficEndpointFilterString, int maximumPartialMessageAgeInSeconds, int connectionTimeoutInSeconds, int stompClientBufferSizeInMb, int perMessageBufferSizeInMb, int rbelBufferSizeInMb, boolean activateRbelParsing, boolean activateVauAnalysis, TrafficEndpointConfiguration trafficEndpointConfiguration, List<de.gematik.rbellogger.modifier.RbelModificationDescription> modifications, boolean localResources, int maximumTrafficDownloadPageSize, int trafficDownloadPageSize, String name, int adminPort, String filenamePattern, String uploadUrl, String username, String password, String proxiedServer, String proxiedServerProtocol)
-