NOTA: La traducción de esta documentación es un esfuerzo personal y voluntario, no es un documento oficial de Sun Microsystems ni Oracle ni está patrocinado por ninguna de estas empresas. Los documentos originales (en inglés) están disponibles en: http://java.sun.com/docs/books/tutorial/.
Dirija cualquier comentario, petición, felicitación, etc. a tutorialesjava_@RROBA_codexion.com.
Si desea ayudar a mantener en funcionamiento esta web, colaborar con la traducción de estos documentos o necesita que se traduzca algĂșn capĂ­tulo en concreto puede realizar una donación directa mediante Paypal:
Lesson: Quick Tour of Controlling Applications (The Java™ Tutorials > Security Features in Java SE)
Quick Tour of Controlling Applications
Trail: Security Features in Java SE
Lesson: Quick Tour of Controlling Applications

Pre-requisite lesson: Quick Tour of Controlling Applets

This lesson shows how to use a security manager to grant or deny access to system resources, this time for applications. The lesson shows how resource accesses for applications may be controlled exactly the same as for unsigned applets.

The steps for this lesson are:

  1. Observe Application Freedom

  2. See How to Restrict Applications

  3. Set Up the Policy File to Grant the Required Permissions

  4. See the Policy File Effects
Previous page: Previous Lesson
Next page: Observe Application Freedom