All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.services.xml Maven / Gradle / Ivy

The newest version!
<!-- 
  #  Licensed to the Apache Software Foundation (ASF) under one
  #  or more contributor license agreements.  See the NOTICE file
  #  distributed with this work for additional information
  #  regarding copyright ownership.  The ASF licenses this file
  #  to you under the Apache License, Version 2.0 (the
  #  "License"); you may not use this file except in compliance
  #  with the License.  You may obtain a copy of the License at
  #  
  #  http://www.apache.org/licenses/LICENSE-2.0
  #  
  #  Unless required by applicable law or agreed to in writing,
  #  software distributed under the License is distributed on an
  #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  #  KIND, either express or implied.  See the License for the
  #  specific language governing permissions and limitations
  #  under the License.
  -->
<serviceGroup>
	<service name="ApplicationManagementService" scope="transportsession">
		<transports>
			<transport>https</transport>
		</transports>
		<description>
			Admin service for ADC activities
		</description>
		<parameter name="ServiceClass">org.apache.stratos.adc.mgt.service.ApplicationManagementService
        </parameter>
		<parameter name="enableMTOM">true</parameter>
		<parameter name="adminService" locked="true">true</parameter>
		<parameter name="hiddenService" locked="true">true</parameter>
		<parameter name="AuthorizationAction" locked="true">
			/permission/admin/manage/modify/webapp    </parameter>
		<parameter name="DoAuthentication" locked="true">true</parameter>
	</service>

	<service name="RepoNotificationService" scope="transportsession">
		<schema schemaNamespace="http://org.apache.axis2/xsd"
			elementFormDefaultQualified="true" />
		<transports>
			<transport>https</transport>
		</transports>
		<description>
			Admin service for receiving git repo update notifications
		</description>
		<parameter name="ServiceClass">org.apache.stratos.adc.mgt.service.RepoNotificationService
		</parameter>
		<parameter name="enableMTOM">true</parameter>
		<parameter name="adminService" locked="true">false</parameter>
		<parameter name="hiddenService" locked="true">false</parameter>
		<parameter name="AuthorizationAction" locked="false">
			/permission/admin/manage/modify/webapp
    </parameter>
	</service>

	<service name="RepositoryInformationService" scope="transportsession">
		<schema schemaNamespace="http://org.apache.axis2/xsd"
			elementFormDefaultQualified="true" />
		<transports>
			<transport>https</transport>
		</transports>
		<description>
			Exposes information related to internally created
			repositories
        </description>
		<parameter name="ServiceClass">org.apache.stratos.adc.mgt.service.RepositoryInformationService
		</parameter>
		<parameter name="enableMTOM">true</parameter>
		<parameter name="adminService" locked="true">false</parameter>
		<parameter name="hiddenService" locked="true">false</parameter>
		<parameter name="AuthorizationAction" locked="false">
			/permission/admin/manage/modify/webapp
    	</parameter>
	</service>

	<service name="InstanceInformationManagementService" scope="transportsession">
		<schema schemaNamespace="http://org.apache.axis2/xsd"
			elementFormDefaultQualified="true" />
		<transports>
			<transport>https</transport>
		</transports>
		<description>
			Exposes information related to internally created
			repositories
        </description>
		<parameter name="ServiceClass">org.apache.stratos.adc.mgt.service.InstanceInformationManagementService</parameter>
		<parameter name="enableMTOM">true</parameter>
		<parameter name="adminService" locked="true">false</parameter>
		<parameter name="hiddenService" locked="true">false</parameter>
		<parameter name="AuthorizationAction" locked="false">
			/permission/admin/manage/modify/webapp
    	</parameter>
	</service>

</serviceGroup>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy