CommandLineIdrepo.sh revision a393c458f24ae38c8259dea2245aa436abe248f9
1N/A#!/bin/sh
1N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1N/A#
1N/A# Copyright (c) 2008 Sun Microsystems, Inc. All Rights Reserved.
1N/A#
1N/A# The contents of this file are subject to the terms
1N/A# of the Common Development and Distribution License
1N/A# (the License). You may not use this file except in
1N/A# compliance with the License.
1N/A#
1N/A# You can obtain a copy of the License at
1N/A# https://opensso.dev.java.net/public/CDDLv1.0.html or
1N/A# opensso/legal/CDDLv1.0.txt
1N/A# See the License for the specific language governing
1N/A# permission and limitations under the License.
1N/A#
1N/A# When distributing Covered Code, include this CDDL
1N/A# Header Notice in each file and include the License file
1N/A# at opensso/legal/CDDLv1.0.txt.
1N/A# If applicable, add the following below the CDDL Header,
1N/A# with the fields enclosed by brackets [] replaced by
1N/A# your own identifying information:
1N/A# "Portions Copyrighted [year] [name of copyright owner]"
1N/A#
1N/A# $Id: CommandLineIdrepo.sh,v 1.6 2009/01/28 05:34:45 ww203982 Exp $
1N/A#
1N/A# Portions Copyrighted 2013 ForgeRock, Inc.
1N/A#
1N/Ajava -cp resources:lib/openam-clientsdk-10.2.0-SNAPSHOT.jar:lib/servlet-api-2.5.jar:lib/openam-example-clientsdk-cli-10.2.0-SNAPSHOT.jar com.sun.identity.samples.clientsdk.idrepo.IdRepoSample
1N/A
1N/A