Search Results

0
votes
0answers
23 views

Spring’s class UserDetailsService

I have an EAR project, using EJBs. The project is deployed in GlassFish. I am trying to use Spring Security. I would like my implemtation class of UserDetailsService use and EJB. However, when I an …
0
votes
0answers
86 views

Spring Security and JSF redirect after login not working

I am trying to integrate Spring Security with my JSF application. I am able to get to make the login page show up, but after a successful login, the protected URL does not show up, it stays on the …