Config key
security

This type provides the following service implementations:

  • io.helidon.webserver.spi.ServerFeatureProvider

Configuration options

Table 1. Optional configuration options
key type default value description

defaults

SecurityHandler.create()

The default security handler.

paths

 

Configuration for webserver paths.

security

 

Security associated with this feature. If not specified here, the feature uses security registered with io.helidon.common.context.Contexts.globalContext(), if not found, it creates a new instance from root of configuration (using security key).

This configuration allows usage of a different security instance for a specific security feature setup.

weight

double

800.0

Weight of the security feature. Value is: io.helidon.webserver.security.SecurityFeature.WEIGHT.