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