74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest<?xml version="1.0" encoding="ISO-8859-1"?>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest<!--
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest The contents of this file are subject to the terms of the Common Development and
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest Distribution License (the License). You may not use this file except in compliance with the
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest License.
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest specific language governing permission and limitations under the License.
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest When distributing Covered Software, include this CDDL Header Notice in each file and include
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest Header, with the fields enclosed by brackets [] replaced by your own identifying
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest information: "Portions copyright [year] [name of copyright owner]".
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest Copyright 2014 ForgeRock AS.
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest-->
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest<!DOCTYPE ServicesConfiguration
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest "jar://com/sun/identity/sm/sms.dtd">
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest<ServicesConfiguration>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <Service name="crestPolicyService" version="1.0">
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <Schema i18nFileName="crestPolicyService" i18nKey="crest-policy-service-description">
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <Global>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <AttributeSchema name="serviceObjectClasses" type="list" syntax="string" i18nKey="">
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <DefaultValues>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <Value>crest-policy-service</Value>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest </DefaultValues>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest </AttributeSchema>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest </Global>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <Policy>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <AttributeSchema name="CREATE" type="single" syntax="boolean" uitype="radio" i18nKey="CREATE">
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <IsResourceNameAllowed />
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <BooleanValues>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <BooleanTrueValue i18nKey="allow">allow</BooleanTrueValue>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <BooleanFalseValue i18nKey="deny">deny</BooleanFalseValue>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest </BooleanValues>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest </AttributeSchema>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <AttributeSchema name="READ" type="single" syntax="boolean" uitype="radio" i18nKey="READ">
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <IsResourceNameAllowed />
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <BooleanValues>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <BooleanTrueValue i18nKey="allow">allow</BooleanTrueValue>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <BooleanFalseValue i18nKey="deny">deny</BooleanFalseValue>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest </BooleanValues>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest </AttributeSchema>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <AttributeSchema name="UPDATE" type="single" syntax="boolean" uitype="radio" i18nKey="UPDATE">
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <IsResourceNameAllowed />
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <BooleanValues>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <BooleanTrueValue i18nKey="allow">allow</BooleanTrueValue>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <BooleanFalseValue i18nKey="deny">deny</BooleanFalseValue>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest </BooleanValues>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest </AttributeSchema>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <AttributeSchema name="DELETE" type="single" syntax="boolean" uitype="radio" i18nKey="DELETE">
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <IsResourceNameAllowed />
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <BooleanValues>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <BooleanTrueValue i18nKey="allow">allow</BooleanTrueValue>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <BooleanFalseValue i18nKey="deny">deny</BooleanFalseValue>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest </BooleanValues>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest </AttributeSchema>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <AttributeSchema name="PATCH" type="single" syntax="boolean" uitype="radio" i18nKey="PATCH">
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <IsResourceNameAllowed />
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <BooleanValues>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <BooleanTrueValue i18nKey="allow">allow</BooleanTrueValue>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <BooleanFalseValue i18nKey="deny">deny</BooleanFalseValue>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest </BooleanValues>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest </AttributeSchema>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <AttributeSchema name="ACTION" type="single" syntax="boolean" uitype="radio" i18nKey="ACTION">
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <IsResourceNameAllowed />
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <BooleanValues>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <BooleanTrueValue i18nKey="allow">allow</BooleanTrueValue>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <BooleanFalseValue i18nKey="deny">deny</BooleanFalseValue>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest </BooleanValues>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest </AttributeSchema>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <AttributeSchema name="QUERY" type="single" syntax="boolean" uitype="radio" i18nKey="QUERY">
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <IsResourceNameAllowed />
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <BooleanValues>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <BooleanTrueValue i18nKey="allow">allow</BooleanTrueValue>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest <BooleanFalseValue i18nKey="deny">deny</BooleanFalseValue>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest </BooleanValues>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest </AttributeSchema>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest </Policy>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest </Schema>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest </Service>
74478f22726009d623b143d2b017f2e3a0884916Andrew Forrest</ServicesConfiguration>