Uses of Interface
io.helidon.common.configurable.AllowList
-
Uses of AllowList in io.helidon.common.configurable
-
Uses of AllowList in io.helidon.webserver
Modifier and TypeMethodDescriptionSocketConfiguration.trustedProxies()
The allow list for trusted proxies.Modifier and TypeMethodDescriptionServerConfiguration.Builder.trustedProxies
(AllowList trustedProxies) Deprecated.SocketConfiguration.Builder.trustedProxies
(AllowList trustedProxies) Configure the trusted proxy settings.SocketConfiguration.SocketConfigurationBuilder.trustedProxies
(AllowList trustedProxies) Assigns the settings governing the acceptance and rejection of forwarded headers from incoming requests to this socket.WebServer.Builder.trustedProxies
(AllowList trustedProxies)