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
Subinterfaces of SecureUserStore.User in io.helidon.security.providers.httpauth Modifier and Type Interface Description static interfaceUserStore.UserDeprecated.Representation of a single user.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.
-