Hi all,

I have an interesting use case that I am not sure how to approach.

Consider a service MyService on Tomcat, pseudocode:

MyService {
   Set<Entry> getEntries();
}

For that service, if the requester did not authenticate, the
getEntries would return a limited list of entries, only those allowed
for "public" access. If the requestor did authenticate, the service
returns an extended set. How can this be done with CXF?

Regards,

Slava Imeshev


Reply via email to