#
# The contents of this file are subject to the terms of the Common Development and
# Distribution License (the License). You may not use this file except in compliance with the
# License.
#
# You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
# specific language governing permission and limitations under the License.
#
# When distributing Covered Software, include this CDDL Header Notice in each file and include
# 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 - 2015 ForgeRock AS.
#
#------------------------------------------------------------------------------
# Web Agents Property file
#
# For documentation relating to these properties, see
# https://backstage.forgerock.com/#!/docs/openam-policy-agents/4.0.0/web-users-guide
#
# OpenAM Policy Agent
#
# Version: 4.0
#------------------------------------------------------------------------------
# Bootstrap Properties
#
# OpenAM Policy Agent
#
# Version: 4.0
com.sun.identity.agents.config.repository.location = centralized
com.sun.identity.agents.config.naming.url = AM_OPENAM_URL
com.sun.identity.client.notification.url = AM_AGENT_URL/UpdateAgentCacheServlet?shortcircuit=false
com.sun.identity.agents.config.organization.name = AM_AGENT_REALM
com.sun.identity.agents.config.username = AM_AGENT_NAME
com.sun.identity.agents.config.password = AM_AGENT_PASSWORD
com.sun.identity.agents.config.key = AM_AGENT_KEY
org.forgerock.agents.config.postdata.preserve.dir = AM_PDP_TEMP_PATH
com.forgerock.agents.config.cert.ca.file = AM_SSL_CA
com.forgerock.agents.config.cert.file = AM_SSL_CERT
com.forgerock.agents.config.cert.key = AM_SSL_KEY
com.forgerock.agents.config.cert.key.password = AM_SSL_PASSWORD
com.forgerock.agents.config.ciphers = AM_SSL_CIPHERS
org.forgerock.agents.config.tls = AM_SSL_OPTIONS
#------------------------------------------------------------------------------
# Configuration Properties
#
# OpenAM Policy Agent
#
# Version: 4.0
com.sun.identity.agents.config.anonymous.user.id = anonymous
com.sun.identity.agents.config.cookie.name = iPlanetDirectoryPro
com.sun.identity.agents.config.fqdn.default = AM_AGENT_FQDN
com.sun.identity.agents.config.userid.param = UserToken
com.sun.identity.cookie.httponly = false