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