Uses of Class
io.helidon.security.providers.httpauth.HttpBasicOutboundConfig.Builder
Package
Description
Basic security provider, supporting "basic" and "digest" authentication schemes with role support.
-
Uses of HttpBasicOutboundConfig.Builder in io.helidon.security.providers.httpauth
Modifier and TypeMethodDescriptionHttpBasicOutboundConfig.builder()
Fluent API builder to create basic outbound configuration.Updated this configuration from the config instance.HttpBasicOutboundConfig.Builder.explicitPassword
(String explicitPassword) Configure explicit password to use for this outbound target.HttpBasicOutboundConfig.Builder.explicitUser
(String explicitUser) Configure explicit user to use for this outbound target.HttpBasicOutboundConfig.Builder.tokenHandler
(TokenHandler tokenHandler) Token handler to add the outbound basic authentication to headers.