Module io.inverno.mod.security
Package io.inverno.mod.security.authentication.user
package io.inverno.mod.security.authentication.user
Inverno security user provisioning API.
-
ClassDescriptionA
UserRepositoryimplementation that stores users in memory.A builder used to build in-memory user repositories.AUserRepositoryimplementation that stores users in a Redis data store.An application user that can be authenticated in an application using password credentials.User.Builder<A extends Identity>A builder used to build users.UserAuthentication<A extends Identity>An authentication resulting from the authentication of a user uniquely identified by a username in aUserAuthenticator.An authenticator used to authenticate users withPrincipalCredentials.A repository used to store, access and manage users.Thrown to indicate an error while accessing a user repository.