Uses of Class
io.helidon.security.providers.header.HeaderAtnOutboundConfig.Builder
-
Packages that use HeaderAtnOutboundConfig.Builder Package Description io.helidon.security.providers.header Provider that can extract username from a (any) header. -
-
Uses of HeaderAtnOutboundConfig.Builder in io.helidon.security.providers.header
Methods in io.helidon.security.providers.header that return HeaderAtnOutboundConfig.Builder Modifier and Type Method Description static HeaderAtnOutboundConfig.BuilderHeaderAtnOutboundConfig. builder()Fluent API builder to create header outbound configuration.HeaderAtnOutboundConfig.BuilderHeaderAtnOutboundConfig.Builder. config(Config config)Update this builder from configuration.HeaderAtnOutboundConfig.BuilderHeaderAtnOutboundConfig.Builder. explicitUser(String explicitUser)Username to propagate.HeaderAtnOutboundConfig.BuilderHeaderAtnOutboundConfig.Builder. tokenHandler(TokenHandler tokenHandler)Configuration of the outbound header the identity will be propagated.
-