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 TypeMethodDescriptionstatic AllowList
CreateAllowList
from configurtion.static AllowList
AllowList.create
(io.helidon.common.configurable.AllowListConfig config) Create a new allow list based on its configuration.static AllowList
Create a new allow list customizing its configuration. -
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.