
META-INF.jonas-webservices.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0"?> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - JOnAS: Java(TM) Open Application Server - Copyright (C) 2005 Bull S.A. - Contact: [email protected] - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - USA - - Initial developer(s): Matt Wringe - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $Id: jonas-webservices.xml 10845 2007-07-05 12:15:09Z sauthieg $ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <jonas-webservices xmlns="http://www.objectweb.org/jonas/ns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:j2ee="http://java.sun.com/xml/ns/j2ee" xsi:schemaLocation="http://www.objectweb.org/jonas/ns http://www.objectweb.org/jonas/ns/jonas_j2ee_web_services_4_5.xsd" > <endpoint-security-constraint> <j2ee:web-resource-collection> <j2ee:web-resource-name>MEJB Monitoring Endpoint</j2ee:web-resource-name> <j2ee:url-pattern>/*</j2ee:url-pattern> </j2ee:web-resource-collection> <j2ee:auth-constraint> <j2ee:role-name>jonas-admin</j2ee:role-name> </j2ee:auth-constraint> </endpoint-security-constraint> <endpoint-login-config> <j2ee:auth-method>BASIC</j2ee:auth-method> <j2ee:realm-name>MEJB Authentication Area</j2ee:realm-name> </endpoint-login-config> <endpoint-security-role> <j2ee:role-name>jonas-admin</j2ee:role-name> </endpoint-security-role> <endpoint-realm>memrlm_1</endpoint-realm> <endpoint-realm-name>MEJB Authentication Area</endpoint-realm-name> </jonas-webservices>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy