Uses of Interface
io.helidon.security.providers.httpauth.SecureUserStore
Packages that use 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
Classes in io.helidon.security.providers.httpauth that implement SecureUserStoreMethods in io.helidon.security.providers.httpauth that return SecureUserStoreMethods in io.helidon.security.providers.httpauth with parameters of type SecureUserStoreModifier 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
Methods in io.helidon.security.providers.httpauth.spi that return SecureUserStoreModifier and TypeMethodDescriptionCreate the secure user store to use with these providers.