OpenSSOAgentBootstrap.template revision 5c39d8f041417518a02ce2c941d96c2d33b2a364
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# Copyright (c) 2008 Sun Microsystems Inc. All Rights Reserved
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# The contents of this file are subject to the terms
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# of the Common Development and Distribution License
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# (the License). You may not use this file except in
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# compliance with the License.
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# You can obtain a copy of the License at
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# https://opensso.dev.java.net/public/CDDLv1.0.html or
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# See the License for the specific language governing
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# permission and limitations under the License.
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# When distributing Covered Code, include this CDDL
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# Header Notice in each file and include the License file
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# If applicable, add the following below the CDDL Header,
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# with the fields enclosed by brackets [] replaced by
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# your own identifying information:
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# "Portions Copyrighted [year] [name of copyright owner]"
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# Portions Copyrighted 2010-2013 ForgeRock AS.
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik#------------------------------------------------------------------------------
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# J2EE Agents Bootstrap File
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# OpenAM Policy Agent for:
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# GlassFish 2.1
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# Version: 3.0
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik#------------------------------------------------------------------------------
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# THIS FILE PROVIDES THE CONFIGURATION SETTINGS NECESSARY FOR THE AGENT
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# TO FUNCTION CORRECTLY. PLEASE REFER TO THE DOCUMENTATION BEFORE
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# MODIFYING ANY OF THE VALUES IN THIS FILE.
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# Data present in this file provides the necessary configuration
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# settings needed by Agent to work correctly. Invalid configuration
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# data present in this file can lead to malfunction of the Agent, the
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# application, and the Application Server.
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# WARNING: The contents of this file are classified as an UNSTABLE
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# interface by Sun Microsystems, Inc. As such, they are subject to
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# significant, incompatible changes in any future release of the
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# INVALID CONFIGURATION SETTINGS MAY RESULT IN MALFUNCTION OF THE ENTIRE
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik#------------------------------------------------------------------------------
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# NAMING SERVICE URL
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# Specifies the naming service url(s) that can be used by the system
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# for naming lookups. One or more urls can be specified for this
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# property as a string of urls separated by single space characters.
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# Hot-Swap Enabled: No
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvikcom.iplanet.am.naming.url=@AM_SERVICES_PROTO@://@AM_SERVICES_HOST@:@AM_SERVICES_PORT@@AM_SERVICES_DEPLOY_URI@/namingservice
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# SERVICE RESOLVER
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# Specifies the service resolver used by this Agent.
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# Hot-Swap Enabled: No
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvikcom.sun.identity.agents.config.service.resolver = com.sun.opensso.agents.jsr196.JSR196ServiceResolver
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# AGENT USERNAME AND PASSWORD PROPERTIES
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# These are the credentials used by the Agent to identify and
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# authenticate itself before requesting any services that require the
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# Agent to be authenticated. If plain text password should not be
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# used, then supply the encrypted password and encryption key.
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# Hot-Swap Enabled: No
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvikcom.sun.identity.agents.app.username = @AGENT_PROFILE_NAME@
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvikcom.iplanet.am.service.secret = @AGENT_ENCRYPTED_PASSWORD@
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvikcom.sun.identity.agent.policyadmin.location = @AGENT_POLICYADM_LOCATION@
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# The key that will be used to encrypt and decrypt passwords
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvik# Hot-Swap Enabled: No
8d22687fbdc540bd0b4d05fd90d87fb6037f4b9fJorgen Austvikam.encryption.pwd = @AGENT_ENCRYPT_KEY@
# - com.iplanet.services.debug.directory: Specifies the complete path to the
# - com.sun.services.debug.mergeall: consolidates all the debug information
com.iplanet.services.debug.directory=@DEBUG_LOGS_DIR@
# - local.logfile: Specifies the complete path to the local audit log file
com.sun.identity.agents.config.local.logfile = @AUDIT_LOGS_DIR@/@AUDIT_LOG_FILENAME@
# The value of this property is the same as that of com.sun.identity.agents.app.username
com.sun.identity.agents.config.profilename = @AGENT_PROFILE_NAME@
com.iplanet.am.services.deploymentDescriptor=@AM_SERVICES_DEPLOY_URI@