Uses of Class
systems.dennis.auth.service.LoginPasswordService
Packages that use LoginPasswordService
Package
Description
-
Uses of LoginPasswordService in systems.dennis.auth.client.utils
Methods in systems.dennis.auth.client.utils with parameters of type LoginPasswordServiceModifier and TypeMethodDescriptionSecurityUtils.get2factorBarCodeForUser(LoginPasswordService loginPasswordService) SecurityUtils.getLoginData(LoginPasswordService service) SecurityUtils.getTOTPCode(LoginPasswordService service, String login) -
Uses of LoginPasswordService in systems.dennis.auth.controller
Constructors in systems.dennis.auth.controller with parameters of type LoginPasswordService -
Uses of LoginPasswordService in systems.dennis.auth.service
Constructors in systems.dennis.auth.service with parameters of type LoginPasswordServiceModifierConstructorDescriptionUserServiceImpl(UserDataRepository userRepository, TokenProvider tokenProvider, LoginHistoryRepository historyRepository, PasswordService passwordService, LoginPasswordService service)