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 classConfigUserStoreUser store loaded from configuration.Methods in io.helidon.security.providers.httpauth that return SecureUserStore Modifier and Type Method Description static SecureUserStoreConfigUserStore. 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.BuilderHttpBasicAuthProvider.Builder. addUserStore(SecureUserStore store)Add a user store to the list of stores used by this provider.HttpBasicAuthProvider.BuilderHttpBasicAuthProvider.Builder. userStore(SecureUserStore store)Set user store to validate users.HttpDigestAuthProvider.BuilderHttpDigestAuthProvider.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 SecureUserStoreUserStoreService. create(Config config)Create the secure user store to use with these providers.
-