java ee - Passwordless authentication on glassfish -
i'm developing web application using glassfish has interfaced existing php web application uses joomla cms.
i utilize glassfish security roles secure ejb's doing users prompted login when leave joomla (that's used login) glassfish.
the idea: i'd login using user's cookie/username stored within user's browser.
question: what's best way accomplish result?
the solution using servlet capture cookies , logging in user with
request.login(username, password);
more details on official javaee tutorial: http://docs.oracle.com/javaee/6/tutorial/doc/glxce.html
java-ee authentication joomla glassfish ejb
No comments:
Post a Comment