[jboss-user] [Security] - immediately Login
weberj
do-not-reply at jboss.com
Thu Sep 24 12:06:44 EDT 2009
Hi,
as I understand, an application client is authenticated not until the next EJB call.
But http://www.jboss.org/community/wiki/SecurityFAQ Q3 hints
"This example is for a scenario where a calling client is using the LoginContext directly and requires feedback from the LoginContext.login() method if authentication using the users username and password was successful."
But this does not work for me with JBoss 4.3, LoginContext.login() returns immediately without going to the server.
How can you authenticate a client without doing an EJB call? Ideally this should return a token you can use for the next EJB call.
Thanks,
Juergen
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256919#4256919
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4256919
More information about the jboss-user
mailing list