Uses of Interface
io.helidon.security.providers.httpauth.UserStore.User
-
Packages that use UserStore.User Package Description io.helidon.security.providers.httpauth Basic security provider, supporting "basic" and "digest" authentication schemes with role support. -
-
Uses of UserStore.User in io.helidon.security.providers.httpauth
Methods in io.helidon.security.providers.httpauth that return types with arguments of type UserStore.User Modifier and Type Method Description Optional<UserStore.User>ConfigUserStore. user(String login)Optional<UserStore.User>UserStore. user(String login)Get user based on login.
-