Uses of Interface
systems.dennis.auth.repository.LoginPasswordRepo
Packages that use LoginPasswordRepo
-
Uses of LoginPasswordRepo in systems.dennis.auth.service
Constructors in systems.dennis.auth.service with parameters of type LoginPasswordRepoModifierConstructorDescriptionLoginPasswordService(systems.dennis.shared.config.WebContext context, LoginPasswordRepo repo, UserDataRepository userDataRepository, RoleServiceImpl roleService, PasswordService passwordService, RoleToUserService roleToUserService) -
Uses of LoginPasswordRepo in systems.dennis.auth.util
Constructors in systems.dennis.auth.util with parameters of type LoginPasswordRepoModifierConstructorDescriptionPasswordService(systems.dennis.shared.config.WebContext context, LoginPasswordRepo loginPasswordRepo, RoleToUserService roleToUserService, systems.dennis.shared.mail.EmailSender emailSender, TwillioClient twillioClient)