b8a9a7bef2c3060204c68aef4f3fce04afc1aaeeAutomatic Updater<?xml version="1.0" encoding="UTF-8"?>
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews
b8a9a7bef2c3060204c68aef4f3fce04afc1aaeeAutomatic Updater<!--
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews The contents of this file are subject to the terms of the Common Development and
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews Distribution License (the License). You may not use this file except in compliance with the
b8a9a7bef2c3060204c68aef4f3fce04afc1aaeeAutomatic Updater License.
b8a9a7bef2c3060204c68aef4f3fce04afc1aaeeAutomatic Updater
b8a9a7bef2c3060204c68aef4f3fce04afc1aaeeAutomatic Updater You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
b8a9a7bef2c3060204c68aef4f3fce04afc1aaeeAutomatic Updater specific language governing permission and limitations under the License.
b9f2d007c59f2b7f8d1e704cbd3c6cacb16d14a0Mark Andrews
b9f2d007c59f2b7f8d1e704cbd3c6cacb16d14a0Mark Andrews When distributing Covered Software, include this CDDL Header Notice in each file and include
b9f2d007c59f2b7f8d1e704cbd3c6cacb16d14a0Mark Andrews the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
Header, with the fields enclosed by brackets [] replaced by your own identifying
information: "Portions copyright [year] [name of copyright owner]".
Copyright 2014 ForgeRock AS.
-->
<!DOCTYPE ServicesConfiguration
PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
"jar://com/sun/identity/sm/sms.dtd">
<ServicesConfiguration>
<Service name="sunAMDelegationService" version="1.0">
<Configuration>
<GlobalConfiguration>
<SubConfiguration name="Permissions">
<SubConfiguration name="TestPerm1" id="Permission">
<AttributeValuePair>
<Attribute name="resource" />
<Value>/test/perm/1</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="actions" />
<Value>READ</Value>
<Value>MODIFY</Value>
<Value>DELEGATE</Value>
</AttributeValuePair>
</SubConfiguration>
<SubConfiguration name="TestPerm2" id="Permission">
<AttributeValuePair>
<Attribute name="resource" />
<Value>/test/perm/2</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="actions" />
<Value>READ</Value>
</AttributeValuePair>
</SubConfiguration>
</SubConfiguration>
<SubConfiguration name="Privileges">
<SubConfiguration name="TestPrivilege1" id="Privilege">
<AttributeValuePair>
<Attribute name="listOfPermissions" />
<Value>TestPerm1</Value>
<Value>TestPerm2</Value>
</AttributeValuePair>
</SubConfiguration>
<SubConfiguration name="TestPrivilege2" id="Privilege">
<AttributeValuePair>
<Attribute name="listOfPermissions" />
<Value>TestPerm2</Value>
</AttributeValuePair>
</SubConfiguration>
</SubConfiguration>
</GlobalConfiguration>
</Configuration>
</Service>
</ServicesConfiguration>