Uses of Record Class
passport.domain.models.users.values.EmailAddress
Package
Description
-
Uses of EmailAddress in passport.domain.models.email
Modifier and TypeMethodDescriptionEmailMetadata.recipient()
Returns the recipient's email address.EmailMetadata.sender()
Returns the sender's email address.ModifierConstructorDescriptionEmailMetadata
(EmailAddress senderEmail, EmailAddress recipientEmail, String subject) Constructs a new EmailMetadata with the specified sender, recipient, and subject. -
Uses of EmailAddress in passport.domain.models.purchases
-
Uses of EmailAddress in passport.domain.models.users
ModifierConstructorDescriptionLogin
(EmailAddress email, Password password) Constructs a new Login with the specified email and password. -
Uses of EmailAddress in passport.infra.json
-
Uses of EmailAddress in passport.infra.virtual
-
Uses of EmailAddress in passport.roles.repositories
Modifier and TypeMethodDescriptionboolean
Users.has
(EmailAddress email) Checks if an user exists by their email.