0 Replies Latest reply on Jan 17, 2018 11:54 PM by valsaraj007

    How to access HttpServletResponse in Jaas login module?

    valsaraj007

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

      I am able to get HttpServletRequest  like this but not HttpServletResponse.

      Is there any way to make HttpServletResponse available in Jaas login module?

      Application is running on WildFly.