Uses of Interface
io.helidon.security.providers.httpauth.SecureUserStore
-
Packages that use SecureUserStore Package Description io.helidon.security.providers.httpauth Basic security provider, supporting "basic" and "digest" authentication schemes with role support.io.helidon.security.providers.httpauth.spi 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 SecureUserStore Modifier and Type Class Description class
ConfigUserStore
User store loaded from configuration.Methods in io.helidon.security.providers.httpauth that return SecureUserStore Modifier and Type Method Description static SecureUserStore
ConfigUserStore. create(Config config)
Create an instance from config.Methods in io.helidon.security.providers.httpauth with parameters of type SecureUserStore Modifier and Type Method Description HttpBasicAuthProvider.Builder
HttpBasicAuthProvider.Builder. addUserStore(SecureUserStore store)
Add a user store to the list of stores used by this provider.HttpBasicAuthProvider.Builder
HttpBasicAuthProvider.Builder. userStore(SecureUserStore store)
Set user store to validate users.HttpDigestAuthProvider.Builder
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 SecureUserStore Modifier and Type Method Description SecureUserStore
UserStoreService. create(Config config)
Create the secure user store to use with these providers.
-