Uses of Class
io.helidon.security.providers.httpauth.HttpBasicAuthProvider.Builder
Package
Description
Basic security provider, supporting "basic" and "digest" authentication schemes with role support.
-
Uses of HttpBasicAuthProvider.Builder in io.helidon.security.providers.httpauth
Modifier and TypeMethodDescriptionHttpBasicAuthProvider.Builder.addOutboundTarget
(OutboundTarget target) Add a new outbound target to configure identity propagation or explicit username/password.HttpBasicAuthProvider.Builder.addUserStore
(SecureUserStore store) Add a user store to the list of stores used by this provider.HttpBasicAuthProvider.builder()
Get a builder instance to construct a new security provider.Update this builder from configuration.HttpBasicAuthProvider.Builder.optional
(boolean optional) Whether authentication is required.Set the realm to use when challenging users.HttpBasicAuthProvider.Builder.subjectType
(SubjectType subjectType) Principal type this provider extracts (and also propagates).HttpBasicAuthProvider.Builder.userStore
(SecureUserStore store) Set user store to validate users.