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