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