Uses of Interface
passport.roles.repositories.Users
Packages that use Users
Package
Description
-
Uses of Users in passport.application.desktop.system
Methods in passport.application.desktop.system that return UsersConstructors in passport.application.desktop.system with parameters of type UsersModifierConstructorDescriptionInfra
(Users users, Events events, EmailService emailService, Session session) Creates an instance of aInfra
record class. -
Uses of Users in passport.domain.contexts.events
Constructors in passport.domain.contexts.events with parameters of type UsersModifierConstructorDescriptionEvaluationListing
(Users users) Constructor with the specified users repository. -
Uses of Users in passport.domain.contexts.purchases
Constructors in passport.domain.contexts.purchases with parameters of type UsersModifierConstructorDescriptionTicketBuying
(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
Constructors in passport.domain.contexts.user with parameters of type UsersModifierConstructorDescriptionAdminRegistering
(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
Classes in passport.infra.json that implement UsersModifier and TypeClassDescriptionclass
Implementation of the Users repository using JSON for persistence. -
Uses of Users in passport.infra.virtual
Classes in passport.infra.virtual that implement UsersModifier and TypeClassDescriptionclass
In-memory implementation of the Users repository.