[jboss-user] [Security & JAAS/JBoss] - Re: ClientLoginModule and additional state

ragavgomatam do-not-reply at jboss.com
Mon Apr 28 21:16:09 EDT 2008


LoginModules are designed for authentication/authorization. State information is specific to your application, where as JAAS modules are not designed to handle state information. However this said, you can pass in static information to the module by Map options &  Map sharedState. These are set up in the login-config.xml...Check out if passing static information through these maps would be helpful for you or not. Also writing your own CustomLogin module may not help as it is not designed to pass state info. 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147393#4147393

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147393



More information about the jboss-user mailing list