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