Q on LoginWorker.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Q on LoginWorker.java

Milind P
LoginWorker relies on HttpServletRequest and Response to login a user. For integrations with different frameworks, is it possible to use login(String userId, String password)? From the function definitions (including mainLogin(), basicLogin()) seems to be ok. hasBasePermission() might be an issue.