Re: How to acess HttpServletRequest in Jaas login module in Tomcat

2016-05-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Saurabh, On 5/25/16 10:33 PM, saurabh.su...@rbs.com.INVALID wrote: > I am already extending JAASCallbackHandler and getting Name and > password through that. How can we get HTTLServletRequest through > JAASCallbackHandler? I'm interested in a simil

RE: How to acess HttpServletRequest in Jaas login module in Tomcat

2016-05-25 Thread Saurabh.Suman
On 18/05/2016 03:56, saurabh.su...@rbs.com.INVALID wrote: > Hello experts > > How to acess HttpServletRequest in Jaas login module in Tomcat? In > Jboss we can get it through > > > HttpServletRequest request = > (HttpServletRequest)PolicyContext.getContext(&qu

Re: How to acess HttpServletRequest in Jaas login module in Tomcat

2016-05-18 Thread Mark Thomas
On 18/05/2016 03:56, saurabh.su...@rbs.com.INVALID wrote: > Hello experts > > How to acess HttpServletRequest in Jaas login module in Tomcat? In Jboss we > can get it through > > > HttpServletRequest request = > (HttpServletRequest)

How to acess HttpServletRequest in Jaas login module in Tomcat

2016-05-17 Thread Saurabh.Suman
Hello experts How to acess HttpServletRequest in Jaas login module in Tomcat? In Jboss we can get it through HttpServletRequest request = (HttpServletRequest)PolicyContext.getContext("javax.servlet.http.HttpServletRequest") But it's not working in Tomcat since Jacc is not supp