f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major<?xml version="1.0" encoding="UTF-8"?>
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major<!--
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major The contents of this file are subject to the terms of the Common Development and
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major Distribution License (the License). You may not use this file except in compliance with the
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major License.
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major specific language governing permission and limitations under the License.
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major When distributing Covered Software, include this CDDL Header Notice in each file and include
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major Header, with the fields enclosed by brackets [] replaced by your own identifying
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major information: "Portions copyright [year] [name of copyright owner]".
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major Copyright 2014 ForgeRock AS.
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major-->
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major<!DOCTYPE Policies PUBLIC "-//iPlanet//OpenSSO 2005Q4 Admin CLI DTD//EN" "jar://com/sun/identity/policy/policyAdmin.dtd">
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major<Policies>
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major <Policy name="AgentAccessToValidationService" referralPolicy="false" active="true" >
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major <Rule name="agent-read-access-to-validation-service">
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major <ServiceName name="sunAMDelegationService" />
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major <ResourceName name="sms://*@SM_CONFIG_ROOT_SUFFIX@/validationService/1.0/OrganizationConfig/*" />
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major <AttributeValuePair>
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major <Attribute name="READ" />
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major <Value>allow</Value>
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major </AttributeValuePair>
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major </Rule>
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major <Subjects name="Subjects" description="">
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major <Subject name="AuthenticatedAgents" type="AuthenticatedAgents" includeType="inclusive">
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major </Subject>
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major </Subjects>
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major </Policy>
f015d695b84915f1c2c3fcf81f339548af1852c4Peter Major</Policies>