Relative Content

Tag Archive for jettyhandlerauthenticatorjetty-12

how introduce customized authenticator to jetty 12?

The previous version of our project was written with Jetty 9. In that version, we needed a customized SPNEGO authenticator, and instead of extending SPNEGOuthenticator class, we implemented this part of our business with filters.