All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config.io_helidon_security_providers_common_OutboundTarget.adoc Maven / Gradle / Ivy

There is a newer version: 4.1.4
Show newest version
///////////////////////////////////////////////////////////////////////////////

    Copyright (c) 2023 Oracle and/or its affiliates.

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

///////////////////////////////////////////////////////////////////////////////

ifndef::rootdir[:rootdir: {docdir}/..]
:description: Configuration of io.helidon.security.providers.common.OutboundTarget
:keywords: helidon, config, io.helidon.security.providers.common.OutboundTarget
:basic-table-intro: The table below lists the configuration keys that configure io.helidon.security.providers.common.OutboundTarget
include::{rootdir}/includes/attributes.adoc[]

= OutboundTarget (security.providers.common) Configuration

// tag::config[]


Type: link:{javadoc-base-url}/io.helidon.security.providers.common/io/helidon/security/providers/common/OutboundTarget.html[io.helidon.security.providers.common.OutboundTarget]




== Configuration options

.Required configuration options
[cols="3,3a,2,5a"]
|===
|key |type |default value |description

|`name` |string |{nbsp} |Configure the name of this outbound target.

|===



.Optional configuration options
[cols="3,3a,2,5a"]

|===
|key |type |default value |description

|`hosts` |string[] |{nbsp} |Add supported host for this target. May be called more than once to add more hosts.

 Valid examples:

- localhost
 
- www.google.com
 
- 127.0.0.1
 
- *.oracle.com
 
- 192.169.*.*
 
- *.google.*


|`methods` |string[] |{nbsp} |Add supported method for this target. May be called more than once to add more methods.
 The method is tested as is ignoring case against the used method.
|`paths` |string[] |{nbsp} |Add supported paths for this target. May be called more than once to add more paths.
 The path is tested as is against called path, and also tested as a regular expression.
|`transport` |string[] |{nbsp} |Add supported transports for this target. May be called more than once to add more transports.

 Valid examples:

- http
 
- https

There is no wildcard support

|===

// end::config[]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy