Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Access to HttpRequest in Custom Login Module (JAAS)

Hi,

For my web application usingĀ  Jetty 9.4.x. We have a JAAS Custom LoginModule which extended by using AbstractLoginModule. I would like to use HttpRequest object inside my custom LoginModule. Could you please let me know how to get HttpRequest in my custom LoginModule in Jetty 9.4? Can we add additional HttpRequest parameters?

Thank you for your support.


Back to the top