Uses of Interface
io.helidon.security.providers.httpauth.SecureUserStore
Package
Description
Basic security provider, supporting "basic" and "digest" authentication schemes with role support.
SPI for basic and digest authentication providers.
-
Uses of SecureUserStore in io.helidon.security.providers.httpauth
Modifier and TypeMethodDescriptionHttpBasicAuthProvider.Builder.addUserStore
(SecureUserStore store) Add a user store to the list of stores used by this provider.HttpBasicAuthProvider.Builder.userStore
(SecureUserStore store) Set user store to validate users.HttpDigestAuthProvider.Builder.userStore
(SecureUserStore store) Set user store to obtain passwords and roles based on logins. -
Uses of SecureUserStore in io.helidon.security.providers.httpauth.spi
Modifier and TypeMethodDescriptionCreate the secure user store to use with these providers.