[JBoss-user] [Security & JAAS/JBoss] - Re: My LoginModule needs more than just j_username and j_pas

2006-03-24 Thread pdesai
I am using Jboss 3.2.7 and I am trying to solve a similar problem. I am writing Custom JAAS LoginModule and want to access HttpSession in the LoginModule to store some information. Using static methods of the the JACC javax.security.jacc.PolicyContext object is a good solution, but it is avail

[JBoss-user] [Security & JAAS/JBoss] - Re: Remote call to secure EJB fails

2006-03-02 Thread pdesai
Thanks for your response I should have clarified that I am using JBoss 3.2.7 I first tested authentication policy 'jmx-console' for securing JMX-Console and I was able to log in using admin/admin. I believe that the query is correct. After I verified that authentication policy, I tried using th

[JBoss-user] [Security & JAAS/JBoss] - Remote call to secure EJB fails

2006-03-02 Thread pdesai
I am trying to call secure EJB from outside the JVM using a simple java client. Here are the steps I followed to configure my client - 1. Defined auth.conf file client-login{ |org.jboss.security.ClientLoginModule required; |}; 2. Wrote the client that make a call to secure