]> 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 f454d7a3a44718d73e99fc3c2354cf0176ff886b..fe7bb602d39999fd9dd726d572e9fe18d5cbdbb9 100644 (file)
@@ -8,4 +8,15 @@
                scope="prototype">
                <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" />
+       </bean>
 </beans>