jaas « JBoss « Java Enterprise Q&A





1. Problem with JAAS and DatabaseServerLoginModule    stackoverflow.com

hello: I have a problem with jaas and jboss. I try to authenticate users against a database using form based method but jboss tells me the password are wrong (no, the password ...

2. JAAS custom login module    stackoverflow.com

I've got a custom login module in an ear on jboss. The ear's META-INF has a jboss-app.xml which points at a login-service.xml which contains an mbean that points to a login-config.xml ...

3. Can a JAAS login module be deployed in an EAR (on JBoss 5)?    stackoverflow.com

The subject pretty much sums up the question. Normally a JAAS login module is deployed outside of an EAR application (which uses the authentication service, but doesn't deploy it). Is it possible ...

4. How to authenticate an Java EAR application with JBoss using JAAS, even programmatically? Is it possible?    stackoverflow.com

I have a war and a couple of session and entity beans. They deploy fine on JBoss 6, however as the web application attempts to create a session bean (via data ...

5. Is setting up jboss valve the only way to go?    stackoverflow.com

I have an application set up using jaas module for login. There are ajax function calls in the application so I am experencing the notorious ajax session timeout problem, which means ...

6. JBoss JAAS custom Login Module    stackoverflow.com

I'm trying to use a custom JAAS authentication module for a web based application hosted on JBoss 5.1.0.GA. So everything seems to be working fine, until the number of users increases ...

7. JBoss JAAS custom Login Module Error messages    stackoverflow.com

I have an application that makes used of a custom login module of JBoss. Authentication can fail for a wide variety of reasons and i have to display these to ...

8. JAAS Form Authentication always failing in Jboss    stackoverflow.com

I have developed web app based on Jboss tutorial examples. In result login page sending me to login-error page. I use DatabaseServerLoginModule. If replace to UsersRolesLoginModule then login is fine. Google ...