I have read the JAAS how to.
I wrote and compiled a subclass of UsernamePasswordLoginModule. It retrieves passwords
and roles from the database.
I am still unclear as to how to integrate with JBoss. The tutorial refers to a file
auth.conf and states that it is "in the JBoss server configurati
I am trying to port our application from JRun to JBoss. We are using form-based
authentication via a login page.
In JRun, j_security_check is mapped (in web.xml) to a JRun servlet (called
FileServlet), which invokes custom login modules such as one we are using. In JBoss,
it is apparently imple
I am trying to port our application from JRun to JBoss. We are using form-based
authentication via a login page.
In JRun, j_security_check is mapped (in web.xml) to a JRun servlet (called
FileServlet), which invokes custom login modules such as one we are using. In JBoss,
it is apparently imple