Uses of Interface
io.helidon.security.providers.httpauth.UserStore
-
Packages that use UserStore Package Description io.helidon.security.providers.httpauth Basic security provider, supporting "basic" and "digest" authentication schemes with role support. -
-
Uses of UserStore in io.helidon.security.providers.httpauth
Classes in io.helidon.security.providers.httpauth that implement UserStore Modifier and Type Class Description classConfigUserStoreUser store loaded from configuration.Methods in io.helidon.security.providers.httpauth with parameters of type UserStore Modifier and Type Method Description HttpBasicAuthProvider.BuilderHttpBasicAuthProvider.Builder. userStore(UserStore store)Set user store to obtain passwords and roles based on logins.HttpDigestAuthProvider.BuilderHttpDigestAuthProvider.Builder. userStore(UserStore store)Set user store to obtain passwords and roles based on logins.
-