Uses of Class
io.helidon.security.providers.httpauth.HttpBasicOutboundConfig
Package
Description
Basic security provider, supporting "basic" and "digest" authentication schemes with role support.
-
Uses of HttpBasicOutboundConfig in io.helidon.security.providers.httpauth
Modifier and TypeMethodDescriptionHttpBasicOutboundConfig.Builder.build()
static HttpBasicOutboundConfig
HttpBasicOutboundConfig.create()
Create a default basic outbound configuration.static HttpBasicOutboundConfig
Create basic outbound configuration from config.static HttpBasicOutboundConfig
HttpBasicOutboundConfig.create
(OutboundTarget outboundTarget) Create basic outbound configuration from an outbound target.static HttpBasicOutboundConfig
Create basic outbound configuration for an explicit user and password.