Can the JBoss RESTEasy web service use x509 certificates for security?

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.

+3
source share
1 answer

Yes. Here is an example in the documentation:

RESTEasy JAX-RS 38.2. Message body encryption

+1
source

All Articles