Adding public Principal authenticate(Header[] headers, Map data);
To the Realm interface? Sounds good. How (under JBoss) would I instruct the embedded Tomcat to use my user-written Realm Object just for one webapp? Would you then also add new javax.security.auth.callback.Callback implementations so that my user-written LoginModule (which extends org.jboss.security.auth.spi.AbstractServerLoginModule - is that correct???) can ask it's CallbackHandler for the Header array and the parameter Map? Any timeframe on this more useful authentication ability being part of a downloadable JBoss? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913516#3913516 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913516 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
