Uses of Class
passport.domain.models.users.Login
Package
Description
-
Uses of Login in passport.domain.contexts.user
Modifier and TypeMethodDescriptionvoid
Logs in the user with the specified email and password.Sets the login information for the admin user.Sets the login information for the user. -
Uses of Login in passport.domain.contexts.user.forms
-
Uses of Login in passport.domain.models.users
Modifier and TypeMethodDescriptionUser.login()
Returns the login details.static Login
Login.with
(EmailAddress email) Modifier and TypeMethodDescriptionboolean
boolean
Checks if the user owns the specified login.Sets the login details for the user.ModifierConstructorDescriptionConstructor for creating a new user with login and personal details.Constructor for creating a new user with a specified ID, login, and personal details.Private constructor for creating a new user with all details. -
Uses of Login in passport.infra.json
-
Uses of Login in passport.infra.virtual
-
Uses of Login in passport.roles.repositories