Uses of Class
org.tailormap.api.security.AuthorizationService
-
Uses of AuthorizationService in org.tailormap.api.controller
ModifierConstructorDescriptionAppRestControllerAdvice
(ApplicationRepository applicationRepository, GeoServiceRepository geoServiceRepository, ApplicationHelper applicationHelper, AuthorizationService authorizationService) GeoServiceProxyController
(AuthorizationService authorizationService) PageController
(ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, AuthorizationService authorizationService, PageRepository pageRepository, UploadHelper uploadHelper) ViewerController
(ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, ApplicationHelper applicationHelper, AuthorizationService authorizationService, UploadHelper uploadHelper) -
Uses of AuthorizationService in org.tailormap.api.persistence.helper
ModifierConstructorDescriptionApplicationHelper
(GeoServiceHelper geoServiceHelper, GeoServiceRepository geoServiceRepository, ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, FeatureSourceRepository featureSourceRepository, jakarta.persistence.EntityManager entityManager, AuthorizationService authorizationService, SearchIndexRepository searchIndexRepository)