Author: jaz
Date: Tue Jan 9 21:30:01 2007
New Revision: 494719
URL:
http://svn.apache.org/viewvc?view=rev&rev=494719Log:
userLogin service now implementes the authentication service interface
Modified:
ofbiz/trunk/framework/common/servicedef/services.xml
Modified: ofbiz/trunk/framework/common/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/services.xml?view=diff&rev=494719&r1=494718&r2=494719==============================================================================
--- ofbiz/trunk/framework/common/servicedef/services.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/services.xml Tue Jan 9 21:30:01 2007
@@ -321,12 +321,7 @@
<!-- UserLogin services -->
<service name="userLogin" engine="java" location="org.ofbiz.common.login.LoginServices" invoke="userLogin">
<description>Used to Automatically Authenticate a username/password; create a UserLogin object</description>
- <attribute name="login.username" type="String" mode="IN"/>
- <attribute name="login.password" type="String" mode="IN"/>
- <attribute name="visitId" type="String" mode="IN" optional="true"/>
- <attribute name="isServiceAuth" type="Boolean" mode="IN" optional="true"/>
- <attribute name="userLogin" type="org.ofbiz.entity.GenericValue" mode="OUT"/>
- <attribute name="userLoginSession" type="java.util.Map" mode="OUT" optional="true"/>
+ <implements service="authenticationInterface"/>
</service>
<service name="createUserLogin" engine="java" auth="false"
location="org.ofbiz.common.login.LoginServices" invoke="createUserLogin">