Uses of Class
org.tailormap.api.security.AuthorisationService
Packages that use AuthorisationService
-
Uses of AuthorisationService in org.tailormap.api.controller
Constructors in org.tailormap.api.controller with parameters of type AuthorisationServiceModifierConstructorDescriptionAppRestControllerAdvice(ApplicationRepository applicationRepository, GeoServiceRepository geoServiceRepository, ApplicationHelper applicationHelper, AuthorisationService authorisationService) GeoServiceProxyController(AuthorisationService authorisationService) PageController(ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, AuthorisationService authorisationService, PageRepository pageRepository, UploadHelper uploadHelper) ViewerController(ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, ApplicationHelper applicationHelper, AuthorisationService authorisationService, UploadHelper uploadHelper) -
Uses of AuthorisationService in org.tailormap.api.persistence.helper
Constructors in org.tailormap.api.persistence.helper with parameters of type AuthorisationServiceModifierConstructorDescriptionApplicationHelper(GeoServiceHelper geoServiceHelper, GeoServiceRepository geoServiceRepository, ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, FeatureSourceRepository featureSourceRepository, jakarta.persistence.EntityManager entityManager, AuthorisationService authorisationService, SearchIndexRepository searchIndexRepository)