Uses of Interface
se.bth.pulse.repository.AuthorityRepository
Packages that use AuthorityRepository
-
Uses of AuthorityRepository in se.bth.pulse.controller
Constructors in se.bth.pulse.controller with parameters of type AuthorityRepositoryModifierConstructorDescriptionSetupRestController
(SettingRepository settingRepository, UserRepository userRepository, RoleRepository roleRepository, AuthorityRepository authorityRepository) Sets the repositories using dependency injection.