Effectively any login module can add see any number of additional parameters simply by adding the options to the module configuration and they are available to any subclass of the AbstractLoginModule via the options Map. If you think what your developing adds a reusable abstraction to this post a patch with the generic login module.
----- Original Message ----- From: "Steve Salkin" <[EMAIL PROTECTED]> To: "Jboss-Development" <[EMAIL PROTECTED]> Sent: Monday, October 29, 2001 9:31 AM Subject: [JBoss-dev] Interest in an ASP login module? > Hi- > > I'm not a registered developer and probably won't ever be one (too many > projects already). But, I am doing a custom login module that can handle an > additional parameter "Organization" to facilitate an ASP application model. In > that model, a particular organization needs to be able to assign usernames > etc. without worrying about if that name may conflict with a username assigned > by another participating organization. And of course the organization name is > needed to get the user profile for the correct database name/schema etc. to > show the intro page. > > So, if I make a nice generic login module (like the > UsernamePasswordLoginModule), would the JBoss developers like to include this > in the distribution? The idea would be that this would be a basic structure > that an implementor could easily extend to work with their actual data store. > > Anyway, let me know here or at [EMAIL PROTECTED] if you guys want this, and > I'll make my login module in two parts, the generic part and my actual > implementation. > > S- > > > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
