Uses of Class
nl.b3p.tailormap.api.security.AuthorizationService
-
Packages that use AuthorizationService Package Description nl.b3p.tailormap.api.controller nl.b3p.tailormap.api.persistence.helper -
-
Uses of AuthorizationService in nl.b3p.tailormap.api.controller
Constructors in nl.b3p.tailormap.api.controller with parameters of type AuthorizationService Constructor Description AppRestControllerAdvice(ApplicationRepository applicationRepository, GeoServiceRepository geoServiceRepository, ApplicationHelper applicationHelper, AuthorizationService authorizationService)GeoServiceProxyController(AuthorizationService authorizationService)ViewerController(ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, ApplicationHelper applicationHelper, AuthorizationService authorizationService) -
Uses of AuthorizationService in nl.b3p.tailormap.api.persistence.helper
Constructors in nl.b3p.tailormap.api.persistence.helper with parameters of type AuthorizationService Constructor Description ApplicationHelper(GeoServiceHelper geoServiceHelper, GeoServiceRepository geoServiceRepository, ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, FeatureSourceRepository featureSourceRepository, javax.persistence.EntityManager entityManager, AuthorizationService authorizationService)
-