Uses of Class
io.helidon.security.providers.header.HeaderAtnOutboundConfig
Package
Description
Provider that can extract username from a (any) header.
-
Uses of HeaderAtnOutboundConfig in io.helidon.security.providers.header
Modifier and TypeMethodDescriptionHeaderAtnOutboundConfig.Builder.build()
static HeaderAtnOutboundConfig
HeaderAtnOutboundConfig.create()
Create a default header outbound configuration.static HeaderAtnOutboundConfig
Create header outbound configuration from config.static HeaderAtnOutboundConfig
HeaderAtnOutboundConfig.create
(OutboundTarget outboundTarget) Create header outbound configuration from an outbound target.static HeaderAtnOutboundConfig
HeaderAtnOutboundConfig.create
(TokenHandler tokenHandler, String user) Create header outbound configuration from a token handler and username.