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