|
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.
|