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