Uses of Class
io.helidon.common.configurable.AllowList
Packages that use AllowList
Package
Description
General utilities that use
Config
.HTTP APIs and implementations usable by both server and client side of the HTTP story.
-
Uses of AllowList in io.helidon.common.configurable
Methods in io.helidon.common.configurable that return AllowListModifier and TypeMethodDescriptionAllowListConfig.Builder.build()
AllowListConfig.BuilderBase.AllowListConfigImpl.build()
static AllowList
CreateAllowList
from configurtion.static AllowList
AllowList.create
(AllowListConfig config) Create a new allow list based on its configuration.static AllowList
AllowList.create
(Consumer<AllowListConfig.Builder> consumer) Create a new allow list customizing its configuration.AllowListConfig.BuilderBase.AllowListConfigImpl.get()
-
Uses of AllowList in io.helidon.http
Methods in io.helidon.http with parameters of type AllowListModifier and TypeMethodDescriptionRequestedUriDiscoveryContext.Builder.trustedProxies
(AllowList trustedProxies) Sets the trusted proxies for requested URI discovery for requests arriving on the socket.