Skip to main content

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

One of the 2 custom callbacks provided by jetty will do the trick. Documentation is here: https://www.eclipse.org/jetty/documentation/9.4.26.v20200117/jaas-support.html#_other_goodies

Jan

On Thu, 30 Jan 2020 at 05:57, Mohan Kishore <kishoremmv@xxxxxxxxx> wrote:
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.

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-users


--
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com
Expert assistance from the creators of Jetty and CometD


Back to the top