Introduce OSAuthentication
[lgpl/argeo-commons.git] / security / plugins / org.argeo.security.equinox / META-INF / spring / loginModules.xml
index f454d7a3a44718d73e99fc3c2354cf0176ff886b..5714e0e19329f40bf9b01687c06f08fdc082f21d 100644 (file)
@@ -8,4 +8,9 @@
                scope="prototype">
                <property name="authenticationManager" ref="authenticationManager" />
        </bean>
+
+       <bean id="osSpringLoginModule" class="org.argeo.security.equinox.OsSpringLoginModule"
+               scope="prototype">
+               <property name="authenticationManager" ref="authenticationManager" />
+       </bean>
 </beans>