Blog Page 31/44
JAX-RS 2: server security filter by Romain Manni-Bucau, 2017-04-18
JAX-RS 2 added to the specification new components like request/response filters for the server and client. These ones are really helpful for all transversal concerns like the most famous one: the security. Let’s see how to see how to add Basic security.