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.Builder
HeaderAtnOutboundConfig. builder()
Fluent API builder to create header outbound configuration.HeaderAtnOutboundConfig.Builder
HeaderAtnOutboundConfig.Builder. config(Config config)
Update this builder from configuration.HeaderAtnOutboundConfig.Builder
HeaderAtnOutboundConfig.Builder. explicitUser(String explicitUser)
Username to propagate.HeaderAtnOutboundConfig.Builder
HeaderAtnOutboundConfig.Builder. tokenHandler(TokenHandler tokenHandler)
Configuration of the outbound header the identity will be propagated.
-