The document discusses REST with JAX-RS and security in Java EE 6, including an overview of REST principles, building a RESTful web service with JAX-RS, and securing the service through authentication, authorization, and encryption. It provides examples of configuring security in the web.xml file to require authentication for certain resources and roles, and to encrypt communications through SSL.