Uses of Class
passport.domain.models.users.Login
Packages that use Login
Package
Description
-
Uses of Login in passport.domain.contexts.user
Methods in passport.domain.contexts.user with parameters of type LoginModifier 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
Methods in passport.domain.contexts.user.forms that return Login -
Uses of Login in passport.domain.models.users
Methods in passport.domain.models.users that return LoginModifier and TypeMethodDescriptionUser.login()
Returns the login details.static Login
Login.with
(EmailAddress email) Methods in passport.domain.models.users with parameters of type LoginModifier and TypeMethodDescriptionboolean
boolean
Checks if the user owns the specified login.Sets the login details for the user.Constructors in passport.domain.models.users with parameters of type LoginModifierConstructorDescriptionConstructor 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
Methods in passport.infra.json with parameters of type Login -
Uses of Login in passport.infra.virtual
Methods in passport.infra.virtual with parameters of type Login -
Uses of Login in passport.roles.repositories
Methods in passport.roles.repositories with parameters of type Login