]> 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 f409ecd995fd6d1741867a02cd954c0574bfd928..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.crypto.KeyringLoginModule"
+       <bean id="osSpringLoginModule" class="org.argeo.security.equinox.OsSpringLoginModule"
                scope="prototype">
+               <property name="authenticationManager" ref="authenticationManager" />
        </bean>
 </beans>