application.xml revision 75f73aafd8c047f4e1dfc89234d7239e15a3bfc8
1094N/A<?xml version="1.0" encoding="UTF-8"?>
1094N/A<!--
1094N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1094N/A
1094N/A Copyright (c) 2008 Sun Microsystems Inc. All Rights Reserved
1094N/A
1094N/A The contents of this file are subject to the terms
1094N/A of the Common Development and Distribution License
1094N/A (the License). You may not use this file except in
6983N/A compliance with the License.
6983N/A
1094N/A You can obtain a copy of the License at
1094N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
1094N/A opensso/legal/CDDLv1.0.txt
1094N/A See the License for the specific language governing
6983N/A permission and limitations under the License.
6983N/A
6983N/A When distributing Covered Code, include this CDDL
6983N/A Header Notice in each file and include the License file
1094N/A at opensso/legal/CDDLv1.0.txt.
1094N/A If applicable, add the following below the CDDL Header,
1094N/A with the fields enclosed by brackets [] replaced by
1094N/A your own identifying information:
1094N/A "Portions Copyrighted [year] [name of copyright owner]"
3233N/A
5636N/A $Id: application.xml,v 1.5 2008/06/25 05:52:09 qcheng Exp $
1094N/A
1094N/A-->
1094N/A
1094N/A<!--
5636N/A Portions Copyrighted 2013 ForgeRock AS
5636N/A-->
1094N/A
2976N/A<application version="1.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">
2976N/A
1094N/A <description> OpenAM J2EE Policy Agent Sample Application </description>
1094N/A <display-name>SampleApplication</display-name>
1194N/A
<module id="EjbModule_agentsample">
<ejb>agentejb.jar</ejb>
</module>
<module id="WebModule_TestSuite">
<web>
<web-uri>agentservlets.war</web-uri>
<context-root>agentsample</context-root>
</web>
</module>
<security-role id="SR_MANAGER_ROLE">
<role-name>MANAGER_ROLE</role-name>
</security-role>
<security-role id="SR_EMPLOYEE_ROLE">
<role-name>EMPLOYEE_ROLE</role-name>
</security-role>
<security-role id="SR_ALL_ROLE">
<role-name>ALL_ROLE</role-name>
</security-role>
</application>