io.helidon.security.providers.common.OutboundTarget

Description

Configuration of outbound target

Configuration options

KeyTypeDescription
hostsList<String>Add supported host for this target
methodsList<String>HTTP methods matched exactly. Non-uppercase known HTTP methods also match their uppercase names and log a warning. Use uppercase names for known HTTP methods; this compatibility will be removed in a future major version. Custom methods retain exact case
pathsList<String>Add supported paths for this target
nameStringConfigure the name of this outbound target
transportList<String>Add supported transports for this target

Usages


See the manifest for all available types.

Copyright © 2018, 2026 Oracle and/or its affiliates.