Uses of Class
io.helidon.common.configurable.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
Modifier 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
Modifier and TypeMethodDescriptionRequestedUriDiscoveryContext.Builder.trustedProxies
(AllowList trustedProxies) Sets the trusted proxies for requested URI discovery for requests arriving on the socket.