Hi, I have a REST Service which I want to secure by authenticating the user. I have referred the following CXF user guide link: http://cxf.apache.org/docs/secure-jax-rs-services.html#SecureJAX-RSServices-Authentication
In the above link, it describes how to configure authentication filter using jaxrs provider in spring context file. The authentication filter has a property, contextName and is configured to use the login context "BookLogin". How do I develop and configure this login context in an application server. Please help. Thanks in advance. Regards Paul
