OpenSSOAgentBootstrap.template revision 504576c0cd21165cc879543ca89164d214acf996
5612N/A#
5612N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5653N/A#
5612N/A# Copyright (c) 2008 Sun Microsystems Inc. All Rights Reserved
5819N/A#
5612N/A# The contents of this file are subject to the terms
5612N/A# of the Common Development and Distribution License
5612N/A# (the License). You may not use this file except in
5612N/A# compliance with the License.
5819N/A#
5612N/A# You can obtain a copy of the License at
5612N/A# https://opensso.dev.java.net/public/CDDLv1.0.html or
5612N/A# opensso/legal/CDDLv1.0.txt
5612N/A# See the License for the specific language governing
5612N/A# permission and limitations under the License.
5612N/A#
5612N/A# When distributing Covered Code, include this CDDL
5612N/A# Header Notice in each file and include the License file
5612N/A# at opensso/legal/CDDLv1.0.txt.
5612N/A# If applicable, add the following below the CDDL Header,
5612N/A# with the fields enclosed by brackets [] replaced by
5612N/A# your own identifying information:
5612N/A# "Portions Copyrighted [year] [name of copyright owner]"
5612N/A#
5612N/A# $Id: OpenSSOAgentBootstrap.template,v 1.1 2008/12/11 14:40:32 naghaon Exp $
5612N/A#
5612N/A# Portions Copyrighted 2010-2013 ForgeRock AS.
5612N/A#------------------------------------------------------------------------------
5612N/A# J2EE Agents Bootstrap File
5612N/A#
5612N/A# OpenAM Policy Agent for:
5612N/A# JBoss server 4.x
5612N/A#
5612N/A# Version: 3.0
5612N/A
5612N/A#------------------------------------------------------------------------------
5612N/A#
5642N/A# THIS FILE PROVIDES THE CONFIGURATION SETTINGS NECESSARY FOR THE AGENT
5642N/A# TO FUNCTION CORRECTLY. PLEASE REFER TO THE DOCUMENTATION BEFORE
5642N/A# MODIFYING ANY OF THE VALUES IN THIS FILE.
5642N/A#
5642N/A# Note:
5642N/A# Data present in this file provides the necessary configuration
5612N/A# settings needed by Agent to work correctly. Invalid configuration
5612N/A# data present in this file can lead to malfunction of the Agent, the
5612N/A# application, and the Application Server.
5612N/A#
5612N/A# WARNING: The contents of this file are classified as an UNSTABLE
5612N/A# interface by Sun Microsystems, Inc. As such, they are subject to
5612N/A# significant, incompatible changes in any future release of the
5612N/A# software.
5612N/A#
5612N/A# INVALID CONFIGURATION SETTINGS MAY RESULT IN MALFUNCTION OF THE ENTIRE
5612N/A# SYSTEM.
5612N/A#------------------------------------------------------------------------------
5612N/A#
5612N/A# NAMING SERVICE URL
5612N/A# Specifies the naming service url(s) that can be used by the system
5612N/A# for naming lookups. One or more urls can be specified for this
5612N/A# property as a string of urls separated by single space characters.
5612N/A# Hot-Swap Enabled: No
5612N/A#
5612N/Acom.iplanet.am.naming.url=@AM_SERVICES_PROTO@://@AM_SERVICES_HOST@:@AM_SERVICES_PORT@@AM_SERVICES_DEPLOY_URI@/namingservice
5612N/A
5612N/A#
5612N/A# SERVICE RESOLVER
5612N/A# Specifies the service resolver used by this Agent.
5612N/A# Hot-Swap Enabled: No
5612N/A#
5612N/Acom.sun.identity.agents.config.service.resolver = com.sun.identity.agents.jboss.v40.AmJBossAgentServiceResolver
5612N/A
5612N/A#
5612N/A# AGENT USERNAME AND PASSWORD PROPERTIES
5612N/A# These are the credentials used by the Agent to identify and
5612N/A# authenticate itself before requesting any services that require the
5612N/A# Agent to be authenticated. If plain text password should not be
5612N/A# used, then supply the encrypted password and encryption key.
5612N/A# Hot-Swap Enabled: No
5612N/A#
5612N/Acom.sun.identity.agents.app.username = @AGENT_PROFILE_NAME@
5612N/Acom.iplanet.am.service.secret = @AGENT_ENCRYPTED_PASSWORD@
5612N/A
5612N/A# The key that will be used to encrypt and decrypt passwords
5612N/A# Hot-Swap Enabled: No
5612N/Aam.encryption.pwd = @AGENT_ENCRYPT_KEY@
5612N/A
5612N/A#
5612N/A# DEBUG SERVICE PROPERTIES
5612N/A# - com.iplanet.services.debug.directory: Specifies the complete path to the
5612N/A# directory where debug files will be stored by the Agent.
5612N/A# - com.sun.services.debug.mergeall: consolidates all the debug information
5612N/A# into one file if it is set to on. Each component has its own debug file
5612N/A# if it is set to off.
5612N/A# Hot-Swap Enabled: No
5612N/A#
5612N/Acom.iplanet.services.debug.level=error
5612N/Acom.iplanet.services.debug.directory=@DEBUG_LOGS_DIR@
5612N/Acom.sun.services.debug.mergeall=on
5612N/A
5612N/A#
5612N/A# AUDIT LOG PROPERTY
5612N/A# - local.logfile: Specifies the complete path to the local audit log file
5612N/A# to be used by the Agent.
5612N/A# Hot-Swap Enabled: No
5612N/A#
5612N/Acom.sun.identity.agents.config.local.logfile = @AUDIT_LOGS_DIR@/@AUDIT_LOG_FILENAME@
5612N/A
5612N/A#
5612N/A# ORGANIZATION NAME
5612N/A# Specifies the organization or realm name to be used for authenticating
5612N/A# the Agent during runtime. The default value "/" identifies the root
5612N/A# organization or realm.
5612N/A# Hot-Swap Enabled: No
5612N/A#
5612N/Acom.sun.identity.agents.config.organization.name = /
5612N/A
5612N/A#
5612N/A# LOCK OF AGENT CONFIGURATION
5612N/A# When it's set to true, agent config in run-time is locked.
5612N/A# Agent has to be restarted to let agent config change take effective
5612N/A# whether the changed config parameter is Hot-Swap or not.
5612N/A# When it's set to false, change of Hot-Swap agent config parameter can be
5612N/A# updated into run-time.
5612N/A# Hot-Swap Enabled: No
5612N/A#
5612N/Acom.sun.identity.agents.config.lock.enable = false
5612N/A
5612N/A#
5612N/A# AGENT PROFILE NAME
5612N/A# The profile name used by the Agent to fetch the agent configuration data.
5652N/A# The value of this property is the same as that of com.sun.identity.agents.app.username
5652N/A# in most cases. However if multiple agent instances need to use the same credentials
5652N/A# to authenticate, com.sun.identity.agents.app.username and com.iplanet.am.service.secret
5652N/A# need to be set to the authenticating credentials accordingly.
5612N/A# Hot-Swap Enabled: No
5612N/A#
5612N/Acom.sun.identity.agents.config.profilename = @AGENT_PROFILE_NAME@
5612N/A
5612N/A#
5612N/A# OPENAM DEPLOYMENT URI
5612N/A# This property controls the URI under which OpenAM has been deployed. If this
5612N/A# parameter is not supplied then the default value is /openam.
5612N/A# Hot-Swap Enabled: No
5612N/A#
5612N/Acom.iplanet.am.services.deploymentDescriptor=@AM_SERVICES_DEPLOY_URI@
5612N/A