OutboundTarget (security.providers.common) Configuration

Type: io.helidon.security.providers.common.OutboundTarget

Configuration options

Required configuration options
keytypedefault valuedescription
name

string

 

Configure the name of this outbound target.

Optional configuration options
keytypedefault valuedescription
hosts

string[]

 

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[]

 

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[]

 

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[]

 

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