]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/plugins/org.argeo.security.equinox/META-INF/spring/loginModules.xml
First working remote node
[lgpl/argeo-commons.git] / security / plugins / org.argeo.security.equinox / META-INF / spring / loginModules.xml
index 5714e0e19329f40bf9b01687c06f08fdc082f21d..fe7bb602d39999fd9dd726d572e9fe18d5cbdbb9 100644 (file)
@@ -9,6 +9,12 @@
                <property name="authenticationManager" ref="authenticationManager" />
        </bean>
 
+       <bean id="springLoginModuleRemote" class="org.argeo.security.equinox.SpringLoginModule"
+               scope="prototype">
+               <property name="remote" value="true" />
+               <property name="authenticationManager" ref="authenticationManager" />
+       </bean>
+
        <bean id="osSpringLoginModule" class="org.argeo.security.equinox.OsSpringLoginModule"
                scope="prototype">
                <property name="authenticationManager" ref="authenticationManager" />