Tagged Questions
1
vote
1answer
254 views
Redirect after Realm authentication on Glassfish
I'm currently running a JPA/EJB/JSF application on Glassfish and using the security JDBC realm for authentication. The realm works pretty well, fulfilling the requirements, until the customer asked ...
1
vote
1answer
192 views
How do I know which page was requested before login on a JSF 2 page
I'm developing a web application with GlassFish 3.1 and JSF 2.0 / EJB 3.1. Some of my pages are secured. The secured URL-Parts are defined in the web.xml as URL-patterns. These pages are secured ...
2
votes
1answer
3k views
Getting Active Directory Realm with Glassfish 3.1
I have been trying to create an Active Directory LDAP Realm in Glassfish 3.1 all day and I finally figured it out. Here is how I did it.
I created 3 files a
login.xhtml
<h:body>
...
3
votes
2answers
959 views
Java Application with Multiple JAAS Security Realms
I was wondering if it was possible to have a Java EE application with multiple JAAS security realms.
I'm currently developing an application in which some users need to be authenticated with data ...