Using:

http://wiki.jboss.org/wiki/Wiki.jsp?page=AccessingServletRequestForAuthentication

I am able to access the HttpServletRequest with the following code:


  | HttpServletRequest request = 
(HttpServletRequest)PolicyContext.getContext("javax.servlet.http.HttpServletRequest");
  | 

I need to access the response object in order to set a cookie upon completion 
of login, before releasing the user to the portal.  Is there a similar method 
that is just undocumented for accessing the response object?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042486
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to