OpenSSOInstallerConfig.properties revision 504576c0cd21165cc879543ca89164d214acf996
19c7b1a0293498a3e36692c59646ed6e15ffc8d0Tinderbox User# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# Copyright (c) 2008 Sun Microsystems Inc. All Rights Reserved
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# The contents of this file are subject to the terms
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# of the Common Development and Distribution License
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# (the License). You may not use this file except in
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# compliance with the License.
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# You can obtain a copy of the License at
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# https://opensso.dev.java.net/public/CDDLv1.0.html or
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# See the License for the specific language governing
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# permission and limitations under the License.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# When distributing Covered Code, include this CDDL
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Header Notice in each file and include the License file
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# If applicable, add the following below the CDDL Header,
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# with the fields enclosed by brackets [] replaced by
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# your own identifying information:
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# "Portions Copyrighted [year] [name of copyright owner]"
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# $Id: OpenSSOInstallerConfig.properties,v 1.1 2008/12/11 14:40:32 naghaon Exp $
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# Portions Copyrighted 2013 ForgeRock Inc.
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt#------------------------------------------------------------------------------
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# Tools Configuration Property File
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# OpenAM Policy Agent for:
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# JBoss Server 7.x
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# Version: 3.0
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt#------------------------------------------------------------------------------
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# THIS FILE PROVIDES THE CONFIGURATION SETTINGS NECESSARY FOR THE AGENT
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# TO FUNCTION CORRECTLY. PLEASE REFER TO THE DOCUMENTATION BEFORE
bd5842db3d1e40909d401c958c735f88fb846fb9Automatic Updater# MODIFYING ANY OF THE VALUES IN THIS FILE.
19c7b1a0293498a3e36692c59646ed6e15ffc8d0Tinderbox User# Data present in this file provides the necessary configuration
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# settings needed by Agent to work correctly. Invalid configuration
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# data present in this file can lead to malfunction of the Agent, the
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# application, and the Application Server.
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# INVALID CONFIGURATION SETTINGS MAY RESULT IN MALFUNCTION OF THE ENTIRE
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt#------------------------------------------------------------------------------
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Installer implementations should provide desired values these properties.
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# TOOLS SERVICE RESOLVER
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# Specifies the service resolver to be used by the tools. The Installer
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# implementations should extend the abstract class
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# com.sun.identity.install.tools.admin.BaseToolsResolver and provide the
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# implementation class for this property.
3ec79bbc03fc5378a6cb37b276807cd40b5332aaMark Andrewscom.sun.identity.install.tools.resolver=com.sun.identity.agents.install.admin.AgentToolsResolver
3ec79bbc03fc5378a6cb37b276807cd40b5332aaMark Andrews# PRODUCT SHORT NAME
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# The product short name would be used as apart of the prefix for creation of
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# log files, locator files, state files etc.
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Huntcom.sun.identity.install.tools.product.shortname=Agent
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# ADMIN TOOL IMPLEMENTATION CLASS
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# Specifies the Admin Tool implementation class that would be launched by
3ec79bbc03fc5378a6cb37b276807cd40b5332aaMark Andrews# the launcher. The Admin Tool implementation class should be an implementation
3ec79bbc03fc5378a6cb37b276807cd40b5332aaMark Andrews# for the interface: com.sun.identity.install.tools.launch.IAdminTool. A full
3ec79bbc03fc5378a6cb37b276807cd40b5332aaMark Andrews# fledged default implementation of IAdminTool is provided by the install
3ec79bbc03fc5378a6cb37b276807cd40b5332aaMark Andrews# tools framework. If necessary a custom implementation can be plugged in here.