OpenSSOInstallerConfig.properties revision 20d6346411620e69843780ad0526325cd7ad94ee
306763c67bb99228487345b32ab8c5c6cd41f23cChristian Maeder# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
97018cf5fa25b494adffd7e9b4e87320dae6bf47Christian Maeder# Copyright (c) 2008 Sun Microsystems Inc. All Rights Reserved
b4fbc96e05117839ca409f5f20f97b3ac872d1edTill Mossakowski# The contents of this file are subject to the terms
306763c67bb99228487345b32ab8c5c6cd41f23cChristian Maeder# of the Common Development and Distribution License
306763c67bb99228487345b32ab8c5c6cd41f23cChristian Maeder# (the License). You may not use this file except in
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# compliance with the License.
679d3f541f7a9ede4079e045f7758873bb901872Till Mossakowski# You can obtain a copy of the License at
306763c67bb99228487345b32ab8c5c6cd41f23cChristian Maeder# https://opensso.dev.java.net/public/CDDLv1.0.html or
306763c67bb99228487345b32ab8c5c6cd41f23cChristian Maeder# See the License for the specific language governing
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# permission and limitations under the License.
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# When distributing Covered Code, include this CDDL
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# Header Notice in each file and include the License file
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# If applicable, add the following below the CDDL Header,
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# with the fields enclosed by brackets [] replaced by
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# your own identifying information:
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# "Portions Copyrighted [year] [name of copyright owner]"
b09c4ce9ee62d8b62f6c7bb12956a3dea4defd95Till Mossakowski# $Id: OpenSSOInstallerConfig.properties,v 1.2 2008/08/19 19:13:39 veiming Exp $
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# Portions Copyrighted 2013-2014 ForgeRock AS.
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder#------------------------------------------------------------------------------
1549f3abf73c1122acff724f718b615c82fa3648Till Mossakowski# Tools Configuration Property File
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# OpenAM Policy Agent for:
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# Sun Java System Application Server 8.1/8.2/9.0/9.1
ba904a15082557e939db689fcfba0c68c9a4f740Christian Maeder#------------------------------------------------------------------------------
e1abb0a8a17632e11db927958ab8cf58635bdf96Christian Maeder# THIS FILE PROVIDES THE CONFIGURATION SETTINGS NECESSARY FOR THE AGENT
e220b2051a2342a9291721e6c7f408860bed01b7Jorina Freya Gerken# TO FUNCTION CORRECTLY. PLEASE REFER TO THE DOCUMENTATION BEFORE
7bf4436b6f9987b070033a323757b206c898c1beChristian Maeder# MODIFYING ANY OF THE VALUES IN THIS FILE.
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# Data present in this file provides the necessary configuration
e1abb0a8a17632e11db927958ab8cf58635bdf96Christian Maeder# settings needed by Agent to work correctly. Invalid configuration
412e440f8acdbae3df0e2fd12ff078f3f23a2799Christian Maeder# data present in this file can lead to malfunction of the Agent, the
e1abb0a8a17632e11db927958ab8cf58635bdf96Christian Maeder# application, and the Application Server.
9603ad7198b72e812688ad7970e4eac4b553837aKlaus Luettich# WARNING: The contents of this file are classified as an UNSTABLE
e1abb0a8a17632e11db927958ab8cf58635bdf96Christian Maeder# interface by Sun Microsystems, Inc. As such, they are subject to
e1abb0a8a17632e11db927958ab8cf58635bdf96Christian Maeder# significant, incompatible changes in any future release of the
c438c79d00fc438f99627e612498744bdc0d0c89Christian Maeder# INVALID CONFIGURATION SETTINGS MAY RESULT IN MALFUNCTION OF THE ENTIRE
95932c57191afb21b59187129e4fed66250500ecMaciek Makowski#------------------------------------------------------------------------------
e1abb0a8a17632e11db927958ab8cf58635bdf96Christian Maeder# Installer implementations should provide desired values these properties.
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# TOOLS SERVICE RESOLVER
0799b5dc3f06d2640e66e9ab54b8b217348fd719Christian Maeder# Specifies the service resolver to be used by the tools. The Installer
ad53c2449238379699243be05926645262e9581eChristian Maeder# implementations should extend the abstract class
0799b5dc3f06d2640e66e9ab54b8b217348fd719Christian Maeder# com.sun.identity.install.tools.admin.BaseToolsResolver and provide the
ad53c2449238379699243be05926645262e9581eChristian Maeder# implementation class for this property.
9fa5b06733fe318e18d9b8e0ef58e5d1ec953f7cMaciek Makowskicom.sun.identity.install.tools.resolver=com.sun.identity.agents.install.admin.AgentToolsResolver
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# PRODUCT SHORT NAME
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# The product short name would be used as apart of the prefix for creation of
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# log files, locator files, state files etc.
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maedercom.sun.identity.install.tools.product.shortname=Agent
8c0c8034bdf3688904ed4f40e255c09ddba63a6bTill Mossakowski# ADMIN TOOL IMPLEMENTATION CLASS
8c0c8034bdf3688904ed4f40e255c09ddba63a6bTill Mossakowski# Specifies the Admin Tool implementation class that would be launched by
db7143998eee23e3d781f1f1e97e953bb831df1fTill Mossakowski# the launcher. The Admin Tool implementation class should be an implementation
db7143998eee23e3d781f1f1e97e953bb831df1fTill Mossakowski# for the interface: com.sun.identity.install.tools.launch.IAdminTool. A full
ad53c2449238379699243be05926645262e9581eChristian Maeder# fledged default implementation of IAdminTool is provided by the install
ad53c2449238379699243be05926645262e9581eChristian Maeder# tools framework. If necessary a custom implementation can be plugged in here.