ssoadm revision 91809f12dede993bae2653ba508592c5488b7494
f808c858fa61e7769218966759510a8b1190dfcfraf# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
f808c858fa61e7769218966759510a8b1190dfcfraf# Copyright (c) 2008 Sun Microsystems Inc. All Rights Reserved
f808c858fa61e7769218966759510a8b1190dfcfraf# The contents of this file are subject to the terms
f808c858fa61e7769218966759510a8b1190dfcfraf# of the Common Development and Distribution License
f808c858fa61e7769218966759510a8b1190dfcfraf# (the License). You may not use this file except in
f808c858fa61e7769218966759510a8b1190dfcfraf# compliance with the License.
f808c858fa61e7769218966759510a8b1190dfcfraf# You can obtain a copy of the License at
f808c858fa61e7769218966759510a8b1190dfcfraf# See the License for the specific language governing
f808c858fa61e7769218966759510a8b1190dfcfraf# permission and limitations under the License.
f808c858fa61e7769218966759510a8b1190dfcfraf# When distributing Covered Code, include this CDDL
f808c858fa61e7769218966759510a8b1190dfcfraf# Header Notice in each file and include the License file
f808c858fa61e7769218966759510a8b1190dfcfraf# If applicable, add the following below the CDDL Header,
f808c858fa61e7769218966759510a8b1190dfcfraf# with the fields enclosed by brackets [] replaced by
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# your own identifying information:
f808c858fa61e7769218966759510a8b1190dfcfraf# "Portions Copyrighted [year] [name of copyright owner]"
f808c858fa61e7769218966759510a8b1190dfcfraf# $Id: ssoadm,v 1.20 2010/01/28 00:49:05 bigfatrat Exp $
f808c858fa61e7769218966759510a8b1190dfcfraf# Portions Copyrighted 2010-2014 ForgeRock AS.
f808c858fa61e7769218966759510a8b1190dfcfrafif [ -z "$JAVA_HOME" ] ; then
f808c858fa61e7769218966759510a8b1190dfcfrafCLASSPATH="$CLASSPATH:$TOOLS_HOME/classes:$TOOLS_HOME/resources"
f808c858fa61e7769218966759510a8b1190dfcfrafif [ -n "$EXT_CLASSPATH" ] ; then
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf -D"bootstrap.dir=@CONFIG_DIR@" \
f808c858fa61e7769218966759510a8b1190dfcfraf -D"definitionFiles=com.sun.identity.cli.AccessManager,com.sun.identity.federation.cli.FederationManager" \
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf -D"commandName=ssoadm" \
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf -D"amconfig=AMConfig" \
f808c858fa61e7769218966759510a8b1190dfcfraf -D"am.version.expected=@AM_VERSION@" \
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf -D"com.iplanet.am.sdk.package=com.iplanet.am.sdk.remote" \