giriraj tiwari
2012-07-09 10:01:26 UTC
Hi David, can you explore the way so that i can manage user session in mule. My scenerio is
<br /><br />
Web application( consuming web service) -- > > mule application( Generating CXF web service)
<br /><br />
e.g mule have two methods like
<br /><br />
LdapContext login(username, password) &
<br />
String resetPassword( String username, LdapContext context)
<br /><br />
where LdapContext is not serilized
<br /><br />
my question is how can I manage the ldapContext object in mule so after login, whent user sends the request for resetPassword() thyen I can use the same ldapCOntext object which we got from login(). I don't want to pass the context to webapplication.
<br />
I want to keep it in mule itself.
<br /><br />
Thanks in advance.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
<br /><br />
Web application( consuming web service) -- > > mule application( Generating CXF web service)
<br /><br />
e.g mule have two methods like
<br /><br />
LdapContext login(username, password) &
<br />
String resetPassword( String username, LdapContext context)
<br /><br />
where LdapContext is not serilized
<br /><br />
my question is how can I manage the ldapContext object in mule so after login, whent user sends the request for resetPassword() thyen I can use the same ldapCOntext object which we got from login(). I don't want to pass the context to webapplication.
<br />
I want to keep it in mule itself.
<br /><br />
Thanks in advance.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email