amClientDetection.xml revision 3d8ee1629200b24b539b887a7feaec640fe610a8
0N/A<?xml version="1.0" encoding="ISO-8859-1"?>
0N/A
0N/A<!--
0N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
0N/A
0N/A Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
0N/A
0N/A The contents of this file are subject to the terms
0N/A of the Common Development and Distribution License
0N/A (the License). You may not use this file except in
0N/A compliance with the License.
0N/A
0N/A You can obtain a copy of the License at
0N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
0N/A opensso/legal/CDDLv1.0.txt
0N/A See the License for the specific language governing
0N/A permission and limitations under the License.
0N/A
0N/A When distributing Covered Code, include this CDDL
0N/A Header Notice in each file and include the License file
0N/A at opensso/legal/CDDLv1.0.txt.
0N/A If applicable, add the following below the CDDL Header,
0N/A with the fields enclosed by brackets [] replaced by
0N/A your own identifying information:
0N/A "Portions Copyrighted [year] [name of copyright owner]"
0N/A
0N/A $Id: amClientDetection.xml,v 1.3 2008/06/25 05:45:41 qcheng Exp $
0N/A
0N/A Portions Copyrighted 2015 ForgeRock AS.
0N/A
0N/A-->
0N/A
0N/A<!DOCTYPE ServicesConfiguration
0N/A PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
0N/A "jar://com/sun/identity/sm/sms.dtd">
0N/A
0N/A<ServicesConfiguration>
0N/A <Service name="iPlanetAMClientDetection" version="1.0">
0N/A <Schema
0N/A serviceHierarchy="/DSAMEConfig/iPlanetAMClientDetection"
0N/A i18nFileName="amClientDetection"
0N/A resourceName="clientdetection"
0N/A i18nKey="iplanet-am-client-detection-service-description">
0N/A <Global>
0N/A <AttributeSchema name="serviceObjectClasses"
0N/A type="list"
0N/A syntax="string"
0N/A i18nKey="">
0N/A <DefaultValues>
0N/A <Value>iplanet-am-client-detection-service</Value>
0N/A </DefaultValues>
0N/A </AttributeSchema>
0N/A <AttributeSchema name="iplanet-am-client-detection-enabled"
0N/A type="single"
0N/A syntax="boolean"
0N/A i18nKey="a103"
0N/A order="300"
0N/A resourceName="enabled">
0N/A <DefaultValues>
0N/A <Value>false</Value>
0N/A </DefaultValues>
0N/A </AttributeSchema>
0N/A <AttributeSchema name="iplanet-am-client-detection-class"
0N/A type="single"
0N/A syntax="string"
0N/A i18nKey="a102"
0N/A order="200"
0N/A resourceName="detectionClass">
0N/A <DefaultValues>
0N/A <Value>com.iplanet.services.cdm.ClientDetectionDefaultImpl</Value>
0N/A </DefaultValues>
0N/A </AttributeSchema>
0N/A <AttributeSchema name="iplanet-am-client-detection-client-types"
0N/A type="single"
0N/A syntax="url"
0N/A uitype="link"
0N/A propertiesViewBeanURL="/service/MAPClientManager"
0N/A i18nKey="">
0N/A <DefaultValues>
0N/A <Value/>
0N/A </DefaultValues>
0N/A </AttributeSchema>
0N/A <AttributeSchema name="iplanet-am-client-detection-default-client-type"
0N/A type="single"
0N/A syntax="string"
0N/A i18nKey="a101"
0N/A order="100"
0N/A resourceName="defaultClientType">
0N/A <DefaultValues>
0N/A <Value>genericHTML</Value>
0N/A </DefaultValues>
0N/A </AttributeSchema>
0N/A <AttributeSchema name="iplanet-am-client-types-manager-class"
0N/A type="single"
0N/A syntax="string"
0N/A i18nKey="">
0N/A <DefaultValues>
0N/A <Value>com.iplanet.services.cdm.DefaultClientTypesManager</Value>
0N/A </DefaultValues>
0N/A </AttributeSchema>
0N/A </Global>
0N/A </Schema>
0N/A </Service>
0N/A</ServicesConfiguration>
0N/A