Howdy all, I'm using JBoss LDapLoginModule and declaretive security, and need to know users' password through their session. I've check a "j_security_check" filter but it seems JBoss dosen't invoke the filter at "/j_security_check" request pattern. I've also checked "java:comp/env/security/subject" which has the logged in Principal but returns an empty set of private/public credentials ! Is there any way i can password information? Does JBoss propogate complete user's login information in JAAS to the application? Or i should write my own LoginModule !?
thank u all in advance, --Behrad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3897831#3897831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3897831 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
