Uses of Interface
nl.b3p.tailormap.api.repository.UserRepository
-
Packages that use UserRepository Package Description nl.b3p.tailormap.api.configuration.dev nl.b3p.tailormap.api.security -
-
Uses of UserRepository in nl.b3p.tailormap.api.configuration.dev
Constructors in nl.b3p.tailormap.api.configuration.dev with parameters of type UserRepository Constructor Description PopulateTestData(org.springframework.context.ApplicationContext appContext, UserRepository userRepository, GroupRepository groupRepository, CatalogRepository catalogRepository, GeoServiceRepository geoServiceRepository, GeoServiceHelper geoServiceHelper, FeatureSourceRepository featureSourceRepository, ApplicationRepository applicationRepository, ConfigurationRepository configurationRepository) -
Uses of UserRepository in nl.b3p.tailormap.api.security
Constructors in nl.b3p.tailormap.api.security with parameters of type UserRepository Constructor Description ActuatorSecurityConfiguration(UserRepository userRepository, GroupRepository groupRepository)AdminAccountCreator(UserRepository userRepository, GroupRepository groupRepository)TailormapUserDetailsService(UserRepository userRepository)
-