authentication « jetty « Java Enterprise Q&A





1. Is it possible to integrate Kerberos authentication into Jetty 6?    stackoverflow.com

We currently have an application that runs an embedded jetty 6.1.14 server to which we need to add authentication via Kerberos. I'm new to Kerberos, which makes the task about ...

2. Jetty 7: how to allow free access from a subnet and ask password for connections coming from anywhere else    stackoverflow.com

My problem is simple: Say I have a Jetty server listening on 192.168.1.1, a client A with ip 192.168.10.1 and a client B with ip 192.168.20.1 If client A tries to access the ...

3. HTTP Basic authentication for a Jetty server    stackoverflow.com

How do I enable HTTP basic authentication to a Jetty server which runs as a service. I want this to be a server configuration regardless of the contexts that it runs ...

4. Basic Authentication with embedded Jetty 7 server and no web.xml file    stackoverflow.com

I have an embedded implementation of Jetty 7 running as a service and want to add basic authentication with no web.xml file for a servlet. I created my credentials using the steps ...