Uses of Interface
tech.lastbox.lastshield.basicauth.repository.UserRepository
Packages that use UserRepository
Package
Description
-
Uses of UserRepository in tech.lastbox.lastshield.basicauth.configuration
Constructors in tech.lastbox.lastshield.basicauth.configuration with parameters of type UserRepositoryModifierConstructorDescriptionAdminConfig(UserRepository userRepository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, BasicAuthProperties basicAuthProperties) -
Uses of UserRepository in tech.lastbox.lastshield.basicauth.mapper
Constructors in tech.lastbox.lastshield.basicauth.mapper with parameters of type UserRepositoryModifierConstructorDescriptionUserMapper(UserRepository userRepository) Constructor that injects the UserRepository. -
Uses of UserRepository in tech.lastbox.lastshield.basicauth.service
Constructors in tech.lastbox.lastshield.basicauth.service with parameters of type UserRepositoryModifierConstructorDescriptionUserService(UserRepository userRepository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder)