DataStore.xml revision 9af924915e8725f9c626ecf056a4de6944dce163
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin<?xml version="1.0" encoding="UTF-8"?>
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin<!--
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin The contents of this file are subject to the terms
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin of the Common Development and Distribution License
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin (the License). You may not use this file except in
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc compliance with the License.
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin You can obtain a copy of the License at
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen https://opensso.dev.java.net/public/CDDLv1.0.html or
2e545ce2450a9953665f701bb05350f0d3f26275nd opensso/legal/CDDLv1.0.txt
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen See the License for the specific language governing
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen permission and limitations under the License.
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin When distributing Covered Code, include this CDDL
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen Header Notice in each file and include the License file
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin at opensso/legal/CDDLv1.0.txt.
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin If applicable, add the following below the CDDL Header,
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin with the fields enclosed by brackets [] replaced by
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin your own identifying information:
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin "Portions Copyrighted [year] [name of copyright owner]"
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin $Id: DataStore.xml,v 1.10 2009/07/16 04:12:02 cbasha Exp $
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin-->
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin<!--
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin Portions Copyrighted 2010 ForgeRock AS
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin-->
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin<!DOCTYPE ModuleProperties PUBLIC "=//iPlanet//Authentication Module Properties XML Interface 1.0 DTD//EN"
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin "jar://com/sun/identity/authentication/Auth_Module_Properties.dtd">
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin<ModuleProperties moduleName="DataStore" version="1.0" >
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin <Callbacks length="2" order="1" timeout="120" header="OpenAM へのサインイン" >
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin <NameCallback>
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin <Prompt> ユーザー名: </Prompt>
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin </NameCallback>
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh <PasswordCallback echoPassword="false" >
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin <Prompt> パスワード: </Prompt>
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin </PasswordCallback>
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin </Callbacks>
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin</ModuleProperties>
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin