Uses of Interface
passport.roles.repositories.Users
Package
Description
-
Uses of Users in passport.application.desktop.system
ModifierConstructorDescriptionInfra
(Users users, Events events, EmailService emailService, Session session) Creates an instance of aInfra
record class. -
Uses of Users in passport.domain.contexts.events
ModifierConstructorDescriptionEvaluationListing
(Users users) Constructor with the specified users repository. -
Uses of Users in passport.domain.contexts.purchases
ModifierConstructorDescriptionTicketBuying
(EmailService service, Events events, Users users, LocalDate currentDate) Constructor with specified email service.TicketBuying
(Events events, Users users, LocalDate currentDate) Constructor with default email service.TicketRefund
(EmailService service, Events events, Users users, LocalDate currentDay) Constructor with specified email service.TicketRefund
(Events events, Users users, LocalDate currentDay) Constructor with default email service. -
Uses of Users in passport.domain.contexts.user
ModifierConstructorDescriptionAdminRegistering
(Users repository) Constructor that initializes the repository.EditingWithTarget
(Users repository, User target) Constructs an EditingWithTarget instance with the specified repository and user.Constructor that initializes the repository.UserEditing
(Users repository) Constructs a UserEditing context with the specified user repository.Constructs a UserLogin context with the specified user repository. -
Uses of Users in passport.infra.json
Modifier and TypeClassDescriptionclass
Implementation of the Users repository using JSON for persistence. -
Uses of Users in passport.infra.virtual
Modifier and TypeClassDescriptionclass
In-memory implementation of the Users repository.