Uses of Interface
io.helidon.common.configurable.AllowList
-
Packages that use AllowList Package Description io.helidon.common.configurable General utilities that useConfig.io.helidon.webserver Reactive web server API. -
-
Uses of AllowList in io.helidon.common.configurable
Methods in io.helidon.common.configurable that return AllowList Modifier and Type Method Description AllowListAllowList.Builder. build()static AllowListAllowList. create(Config config)CreateAllowListfrom configurtion. -
Uses of AllowList in io.helidon.webserver
Methods in io.helidon.webserver that return AllowList Modifier and Type Method Description AllowListSocketConfiguration. trustedProxies()The allow list for trusted proxies.Methods in io.helidon.webserver with parameters of type AllowList Modifier and Type Method Description ServerConfiguration.BuilderServerConfiguration.Builder. trustedProxies(AllowList trustedProxies)Deprecated.SocketConfiguration.BuilderSocketConfiguration.Builder. trustedProxies(AllowList trustedProxies)Configure the trusted proxy settings.BSocketConfiguration.SocketConfigurationBuilder. trustedProxies(AllowList trustedProxies)Assigns the settings governing the acceptance and rejection of forwarded headers from incoming requests to this socket.WebServer.BuilderWebServer.Builder. trustedProxies(AllowList trustedProxies)
-