]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/plugins/org.argeo.security.equinox/META-INF/spring/loginModules.xml
commons: improve maven, new RPM structure
[lgpl/argeo-commons.git] / security / plugins / org.argeo.security.equinox / META-INF / spring / loginModules.xml
index d661b5f562ef00fb8a2fca80fac0f02fd897adae..fe7bb602d39999fd9dd726d572e9fe18d5cbdbb9 100644 (file)
@@ -9,12 +9,14 @@
                <property name="authenticationManager" ref="authenticationManager" />
        </bean>
 
-       <bean id="osSpringLoginModule" class="org.argeo.security.equinox.OsSpringLoginModule"
+       <bean id="springLoginModuleRemote" class="org.argeo.security.equinox.SpringLoginModule"
                scope="prototype">
+               <property name="remote" value="true" />
                <property name="authenticationManager" ref="authenticationManager" />
        </bean>
 
-       <bean id="keyringLoginModule" class="org.argeo.security.equinox.KeyringLoginModule"
+       <bean id="osSpringLoginModule" class="org.argeo.security.equinox.OsSpringLoginModule"
                scope="prototype">
+               <property name="authenticationManager" ref="authenticationManager" />
        </bean>
 </beans>