Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] (no subject)

Hello All,

I am not writing as an act of begging for help. As a senior developer I understand the need to research and analyze in order to implement an API for some functionality.

I have an application which uses Jetty 6.1.2 in heavily embedded form. It implements adding UserRealms to the server for each login type for each of JDBC, SSO and LDAP authentication. The use of a specific type depends on the software implementation requirements at a client location.

I am currently trying to upgrade to Jetty 8.1.10 as we only support use of JDK1.6 in our apps at this time. 

I have been working for nearly a week to complete the upgrade.  The only holdback/problem I am incurring relates to setting up the login services and implement them within the embedded classes already created.

The problem I find is that all the API documentation I encounter relating to LoginServices, LoginModules, etc. all are examples of using the XML configuration mode and not the “embedded” flavor that Jetty recommends.

Can anyone recommend any sites or document any of these login services implemented and associated with an embedded server instance?

Best Regards,

Dennis M Fashimpaur

 

Back to the top