Uses of Class
org.graylog2.configuration.TLSProtocolsConfiguration
Packages that use TLSProtocolsConfiguration
Package
Description
-
Uses of TLSProtocolsConfiguration in org.graylog.plugins.beats
Constructors in org.graylog.plugins.beats with parameters of type TLSProtocolsConfigurationModifierConstructorDescriptionBeatsTransport(Configuration configuration, io.netty.channel.EventLoopGroup eventLoopGroup, EventLoopGroupFactory eventLoopGroupFactory, NettyTransportConfiguration nettyTransportConfiguration, ThroughputCounter throughputCounter, LocalMetricRegistry localRegistry, TLSProtocolsConfiguration tlsConfiguration) -
Uses of TLSProtocolsConfiguration in org.graylog.security.authservice.ldap
Constructors in org.graylog.security.authservice.ldap with parameters of type TLSProtocolsConfigurationModifierConstructorDescriptionUnboundLDAPConnector(int connectionTimeout, TLSProtocolsConfiguration tlsConfiguration, TrustManagerProvider trustManagerProvider, EncryptedValueService encryptedValueService) -
Uses of TLSProtocolsConfiguration in org.graylog2.bootstrap
Methods in org.graylog2.bootstrap with parameters of type TLSProtocolsConfigurationModifier and TypeMethodDescriptionprotected static voidCmdLineTool.applySecuritySettings(TLSProtocolsConfiguration configuration) protected voidCmdLineTool.beforeStart(TLSProtocolsConfiguration configuration, PathConfiguration pathConfiguration) Things that have to run before theCmdLineTool.startCommand()method is being called.protected voidServerBootstrap.beforeStart(TLSProtocolsConfiguration tlsProtocolsConfiguration, PathConfiguration pathConfiguration) -
Uses of TLSProtocolsConfiguration in org.graylog2.inputs.transports
Constructors in org.graylog2.inputs.transports with parameters of type TLSProtocolsConfigurationModifierConstructorDescriptionHttpTransport(Configuration configuration, io.netty.channel.EventLoopGroup eventLoopGroup, EventLoopGroupFactory eventLoopGroupFactory, NettyTransportConfiguration nettyTransportConfiguration, ThroughputCounter throughputCounter, LocalMetricRegistry localRegistry, TLSProtocolsConfiguration tlsConfiguration) SyslogTcpTransport(Configuration configuration, io.netty.channel.EventLoopGroup eventLoopGroup, EventLoopGroupFactory eventLoopGroupFactory, NettyTransportConfiguration nettyTransportConfiguration, ThroughputCounter throughputCounter, LocalMetricRegistry localRegistry, TLSProtocolsConfiguration tlsConfiguration) TcpTransport(Configuration configuration, io.netty.channel.EventLoopGroup eventLoopGroup, EventLoopGroupFactory eventLoopGroupFactory, NettyTransportConfiguration nettyTransportConfiguration, ThroughputCounter throughputCounter, LocalMetricRegistry localRegistry, TLSProtocolsConfiguration tlsConfiguration) -
Uses of TLSProtocolsConfiguration in org.graylog2.plugin.inputs.transports
Constructors in org.graylog2.plugin.inputs.transports with parameters of type TLSProtocolsConfigurationModifierConstructorDescriptionAbstractTcpTransport(Configuration configuration, ThroughputCounter throughputCounter, LocalMetricRegistry localRegistry, io.netty.channel.EventLoopGroup parentEventLoopGroup, EventLoopGroupFactory eventLoopGroupFactory, NettyTransportConfiguration nettyTransportConfiguration, TLSProtocolsConfiguration tlsConfiguration)