Uses of Class
org.tailormap.api.security.AuthorizationService
Packages that use AuthorizationService
-
Uses of AuthorizationService in org.tailormap.api.controller
Constructors in org.tailormap.api.controller with parameters of type AuthorizationServiceModifierConstructorDescriptionAppRestControllerAdvice(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
Constructors in org.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, SearchIndexRepository searchIndexRepository)