How do i propagate security to my independent web service enteprise application?
Posted
by Nitesh Panchal
on Stack Overflow
See other posts from Stack Overflow
or by Nitesh Panchal
Published on 2010-03-27T08:15:30Z
Indexed on
2010/03/27
8:23 UTC
Read the original article
Hit count: 164
Hello,
I created a simple web application which contains web pages and one enterprise application which contains web services and EJBs for my web application. I managed to configure security for my web application. But now how do i propagate this security to my enterprise application on my EJB method methods? so that i can use annotations like @RolesAllowed("") etc?
© Stack Overflow or respective owner