[jboss-user] [Security & JAAS/JBoss] - Re: Using j_security_check with a custom Principal , a custo

sohil.shah@jboss.com do-not-reply at jboss.com
Thu Jul 13 11:40:11 EDT 2006


emailmsgbox-

You can try sending the extra parameter "kuku" as part of your Login Form submission and extract it in your login module using:

request = (HttpServletRequest) PolicyContext.getContext(WEB_REQUEST_KEY);


Now, if this "kuku" parameter is Login Module configuration related, you can also use 

<module-option name="kuku">kuku-value</module-option>

Hope this helps

Thanks
Sohil

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

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



More information about the jboss-user mailing list