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 AllowList
AllowList.Builder. build()
static AllowList
AllowList. create(Config config)
CreateAllowList
from configurtion. -
Uses of AllowList in io.helidon.webserver
Methods in io.helidon.webserver that return AllowList Modifier and Type Method Description AllowList
SocketConfiguration. trustedProxies()
The allow list for trusted proxies.Methods in io.helidon.webserver with parameters of type AllowList Modifier and Type Method Description ServerConfiguration.Builder
ServerConfiguration.Builder. trustedProxies(AllowList trustedProxies)
Deprecated.SocketConfiguration.Builder
SocketConfiguration.Builder. trustedProxies(AllowList trustedProxies)
Configure the trusted proxy settings.B
SocketConfiguration.SocketConfigurationBuilder. trustedProxies(AllowList trustedProxies)
Assigns the settings governing the acceptance and rejection of forwarded headers from incoming requests to this socket.WebServer.Builder
WebServer.Builder. trustedProxies(AllowList trustedProxies)
-