OpenSSOInstallerConfig.properties revision 5c39d8f041417518a02ce2c941d96c2d33b2a364
0N/A#
0N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
0N/A#
0N/A# Copyright (c) 2008 Sun Microsystems Inc. All Rights Reserved
0N/A#
0N/A# The contents of this file are subject to the terms
0N/A# of the Common Development and Distribution License
0N/A# (the License). You may not use this file except in
0N/A# compliance with the License.
0N/A#
0N/A# You can obtain a copy of the License at
0N/A# https://opensso.dev.java.net/public/CDDLv1.0.html or
0N/A# opensso/legal/CDDLv1.0.txt
0N/A# See the License for the specific language governing
0N/A# permission and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL
0N/A# Header Notice in each file and include the License file
873N/A# at opensso/legal/CDDLv1.0.txt.
0N/A# If applicable, add the following below the CDDL Header,
0N/A# with the fields enclosed by brackets [] replaced by
0N/A# your own identifying information:
0N/A# "Portions Copyrighted [year] [name of copyright owner]"
0N/A#
3231N/A# $Id: OpenSSOInstallerConfig.properties,v 1.1 2009/01/30 12:06:18 kalpanakm Exp $
0N/A#
0N/A# Portions Copyrighted 2013 ForgeRock AS.
0N/A
0N/A#------------------------------------------------------------------------------
0N/A# Tools Configuration Property File
0N/A#
0N/A# OpenAM Policy Agent for:
0N/A# Glassfish 2.1
0N/A#
0N/A# Version: 3.0
2464N/A#------------------------------------------------------------------------------
0N/A#
0N/A# THIS FILE PROVIDES THE CONFIGURATION SETTINGS NECESSARY FOR THE AGENT
0N/A# TO FUNCTION CORRECTLY. PLEASE REFER TO THE DOCUMENTATION BEFORE
0N/A# MODIFYING ANY OF THE VALUES IN THIS FILE.
2464N/A#
0N/A# Note:
3853N/A# Data present in this file provides the necessary configuration
0N/A# settings needed by Agent to work correctly. Invalid configuration
0N/A# data present in this file can lead to malfunction of the Agent, the
0N/A# application, and the Application Server.
0N/A#
868N/A# WARNING: The contents of this file are classified as an UNSTABLE
0N/A# interface by Sun Microsystems, Inc. As such, they are subject to
2464N/A# significant, incompatible changes in any future release of the
0N/A# software.
1400N/A#
0N/A# INVALID CONFIGURATION SETTINGS MAY RESULT IN MALFUNCTION OF THE ENTIRE
0N/A# SYSTEM.
0N/A#------------------------------------------------------------------------------
0N/A
0N/A# Installer implementations should provide desired values these properties.
0N/A#
0N/A
0N/A# TOOLS SERVICE RESOLVER
0N/A# Specifies the service resolver to be used by the tools. The Installer
2095N/A# implementations should extend the abstract class
2095N/A# com.sun.identity.install.tools.admin.BaseToolsResolver and provide the
2095N/A# implementation class for this property.
2095N/A#
2095N/Acom.sun.identity.install.tools.resolver=com.sun.identity.agents.install.admin.AgentToolsResolver
2095N/A
0N/A# PRODUCT SHORT NAME
1400N/A# The product short name would be used as apart of the prefix for creation of
1400N/A# log files, locator files, state files etc.
1400N/Acom.sun.identity.install.tools.product.shortname=Agent
1400N/A
1400N/A# ADMIN TOOL IMPLEMENTATION CLASS
0N/A# Specifies the Admin Tool implementation class that would be launched by
0N/A# the launcher. The Admin Tool implementation class should be an implementation
0N/A# for the interface: com.sun.identity.install.tools.launch.IAdminTool. A full
0N/A# fledged default implementation of IAdminTool is provided by the install
0N/A# tools framework. If necessary a custom implementation can be plugged in here.
0N/Acom.sun.identity.install.tools.adminTool.class=com.sun.identity.install.tools.admin.AdminTool
0N/A
0N/A