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
UserRepository
implementation that stores users in memory.A builder used to build in-memory user reposities.AUserRepository
implementation 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.