Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] How to configure JASPI in Jetty

Guofeng,

I'd start looking in the jetty-jaspi package, and then how those
classes can get hooked in via the SecurityHandler with
SecurityHandler.setAuthenticatorFactory().

We need to document more of the JASPI setup on the eclipse
wiki - its on our todo list.

cheers
Jan

On 07/07/10 15:29, Guofeng Zhang wrote:
Hi,

I need to develop a specific auth module for our application using JASPI
(jsr 196), but I do not find any document about how to configure it for
Jetty. could someone give me a sample or a link to the document?

In Jetty 8 source code, It indicates that FormAuthModule is deprecated,
and “*ServerAuthentication” should be used, what does it mean? I do not
find any ServerAuthentication class in the code base.

If I follow FormAuthModule to develop our auth module, can it be used in
Jetty 8 in the future?

Thanks

Guofeng



_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users

--
Jan Bartel, Webtide LLC | janb@xxxxxxxxxxx | http://www.webtide.com


Back to the top