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:
Putting It All Together (The Java™ Tutorials > Security Features in Java SE > Implementing Your Own Permission)
Trail: Security Features in Java SE
Lesson: Implementing Your Own Permission
Putting It All Together
Home Page > Security Features in Java SE > Implementing Your Own Permission
Putting It All Together

Here, we simulate being, in turn, the HighScore developer (Chris), the TerrysGame developer (Terry), and a user (Kim) running the game.

You can execute all the specified steps, and then (as Kim's last step) run TerrysGame.

The steps are presented without explanation. For further information about the steps that need to be taken by both code signers (such as Chris and Terry) and receivers of such code (such as Kim), see the Signing Code and Granting It Permissions lesson.

Here are the steps:

Previous page: A Sample Policy File
Next page: Steps for the HighScore Developer (Chris)