B, I say you have at least three options. Extend JBoss' DatabaseServerLoginModule to handle your extra functionality. Or, create a custom login module that only handles your extra functionality and stack. If these wont work, then implement your own module. LoginModules can be tricky to implement from scratch, so it is best to extend.
cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951785#3951785 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951785 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
