Also... After further investigation of the AbstractServerLoginModule class, the javadoc documentation for the class states that:
You may also wish to override public boolean login() throws LoginException In which case the last line of your login() method should be return super.login(); How can that possibly be an accurate statement since AbstractServerLoginModule.login() will return false unless the identity and credentials are stored in the sharedStatemap, and there also are no mechanisms to standardize the "firstPass" feature that places the information in the sharedStatemap. Are these accurate statements, or am I reading this all wrong? I am beginning to think that super.login() should be the first value in the login method, if called at all. Example: Why would we need the useFirstPass feature? What is it? What is the benefit? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852637#3852637 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852637 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
