I am currently rewriting the old asp.net 2.0 web service as a JBoss RESTEasy web service. The asp.net web service uses x509 certificates for security / authentication purposes. Does JBoss RESTEasy support x509 certificates? If not, what are some other security options that I can use with JBoss RESTEasy?
Thanks in advance.
source
share