Assemble secured applications

The Application Assembly Tool (AAT) is a graphical user interface for assembling enterprise (J2EE) applications. Use this tool to assemble an application, including secure EJB modules (JAR files) and Web modules (WAR files) in that application. You can enforce security at the enterprise bean method level and for each Web resource.

To assemble your secured application, perform these steps in the Application Assembly Tool:

  1. Secure enterprise bean applications.

  2. Secure Web applications.

  3. (Optional) Add users and groups to roles.

  4. (Optional) Map users to RunAs roles.

  5. (Optional) Add the was.policy file to applications for Java 2 Security.

  6. Specify method permissions and security roles for the application. See Method permission assembly settings Go to Help documentation and Security role assembly settings Go to Help documentation in the AAT help documentation for more information.

  7. Save the application (EAR file) that you assembled.

After you secure an application, the resulting EAR file contains security information in its deployment descriptors:

After you secure an application with the AAT, you can install an application using administrative console. See Deploying secured applications for more information.