rint.print-lib.3.20.2.source-code.mapfish-spring-access-assertions.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of print-lib Show documentation
Show all versions of print-lib Show documentation
Library for generating PDFs and images from online webmapping services
<?xml version="1.0" encoding="UTF-8"?> <beans default-lazy-init="false" xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> <bean id="accessAssertionPersister" class="org.mapfish.print.config.access.AccessAssertionPersister" scope="prototype"/> <bean id="alwaysAllowedAssertion" class="org.mapfish.print.config.access.AlwaysAllowAssertion" scope="prototype"/> <bean id="roleAccessAssertion" class="org.mapfish.print.config.access.RoleAccessAssertion" scope="prototype"/> <bean id="andAssertion" class="org.mapfish.print.config.access.AndAccessAssertion" scope="prototype"/> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy