1N/A# ------------------------------------------------------------------------------
1N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1N/A#
1N/A#Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
1N/A#
1N/A#The contents of this file are subject to the terms
1N/A#of the Common Development and Distribution License
1N/A#(the License). You may not use this file except in
1N/A#compliance with the License.
1N/A#
1N/A#You can obtain a copy of the License at
1N/A#https://opensso.dev.java.net/public/CDDLv1.0.html or
1N/A#opensso/legal/CDDLv1.0.txt
1N/A#See the License for the specific language governing
1N/A#permission and limitations under the License.
1N/A#
1N/A#When distributing Covered Code, include this CDDL
1N/A#Header Notice in each file and include the License file
1N/A#at opensso/legal/CDDLv1.0.txt.
1N/A#If applicable, add the following below the CDDL Header,
1N/A#with the fields enclosed by brackets [] replaced by
1N/A#your own identifying information:
1N/A#"Portions Copyrighted [year] [name of copyright owner]"
1N/A#
1N/A#$Id: xacmlClientSample.properties,v 1.5 2008/08/19 19:11:22 veiming Exp $
1N/A#
1N/A# Portions Copyrighted 2015 ForgeRock AS.
1N/A# ------------------------------------------------------------------------------
1N/A
1N/A#properties file used by XACMLClientSample
1N/A#Requires a PDP OpenSSO and PEP OpenSSO
1N/A#
1N/A#The sample uses PEP OpenSSO as metadata repository
1N/A#constructs a xacml-context:Request
1N/A#makes XACMLAuthzDecisionQuery to PDP OpenSSO,
1N/A#receives XACMLAuthzDecisionStatement
1N/A#prints out xacml-context:Response
1N/A#
1N/A#SAML2 Meta entity ID of the PDP hosted at PDP OpenSSO
1N/Apdp.entityId=xacmlPdpEntity
1N/A#SAML2 Meta entity ID of the PEP hosted at PEP OpenSSO
1N/Apep.entityId=xacmlPepEntity
1N/A#x500name(uuid) of user at PDP
1N/A#you have to create user1 at the PDP to get Permit decision
1N/Asubject.id=id=user1,ou=user,dc=openam,dc=forgerock,dc=org
1N/A#subject id datatype
1N/Asubject.id.datatype=urn:oasis:names:tc:xacml:1.0:data-type:x500Name
1N/A#subject category
1N/Asubject.category=urn:oasis:names:tc:xacml:1.0:subject-category:access-subject
1N/A#resource id
1N/A#you have to create allow policy for this resource at PDP for user1 to get Permit decision
1N/Aresource.id=http://test.sample.com:80/banner.html
1N/A#resource id datatype
1N/Aresource.id.datatype=http://www.w3.org/2001/XMLSchema#string
1N/A#resource service name
1N/Aresource.servicename=iPlanetAMWebAgentService
1N/A#resource service name datatype
1N/Aresource.servicename.datatype=http://www.w3.org/2001/XMLSchema#string
1N/A#action id
1N/Aaction.id=GET
1N/A#action id datatype
1N/Aaction.id.datatype=http://www.w3.org/2001/XMLSchema#string
1N/A
1N/A