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