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