| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <!-- |
|---|
| 3 | DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. |
|---|
| 4 | |
|---|
| 5 | Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved |
|---|
| 6 | |
|---|
| 7 | The contents of this file are subject to the terms |
|---|
| 8 | of the Common Development and Distribution License |
|---|
| 9 | (the License). You may not use this file except in |
|---|
| 10 | compliance with the License. |
|---|
| 11 | |
|---|
| 12 | You can obtain a copy of the License at |
|---|
| 13 | https://opensso.dev.java.net/public/CDDLv1.0.html or |
|---|
| 14 | opensso/legal/CDDLv1.0.txt |
|---|
| 15 | See the License for the specific language governing |
|---|
| 16 | permission and limitations under the License. |
|---|
| 17 | |
|---|
| 18 | When distributing Covered Code, include this CDDL |
|---|
| 19 | Header Notice in each file and include the License file |
|---|
| 20 | at opensso/legal/CDDLv1.0.txt. |
|---|
| 21 | If applicable, add the following below the CDDL Header, |
|---|
| 22 | with the fields enclosed by brackets [] replaced by |
|---|
| 23 | your own identifying information: |
|---|
| 24 | "Portions Copyrighted [year] [name of copyright owner]" |
|---|
| 25 | |
|---|
| 26 | $Id: DataStore.xml,v 1.3 2008/06/25 05:44:57 qcheng Exp $ |
|---|
| 27 | |
|---|
| 28 | --> |
|---|
| 29 | |
|---|
| 30 | <!DOCTYPE ModuleProperties PUBLIC "=//iPlanet//Authentication Module Properties XML Interface 1.0 DTD//EN" |
|---|
| 31 | "jar://com/sun/identity/authentication/Auth_Module_Properties.dtd"> |
|---|
| 32 | |
|---|
| 33 | |
|---|
| 34 | <ModuleProperties moduleName="DataStore" version="1.0" > |
|---|
| 35 | <Callbacks length="2" order="1" timeout="120" header="EDIT Federation" > |
|---|
| 36 | <NameCallback> |
|---|
| 37 | <Prompt> User Name: </Prompt> |
|---|
| 38 | </NameCallback> |
|---|
| 39 | <PasswordCallback echoPassword="false" > |
|---|
| 40 | <Prompt> Password: </Prompt> |
|---|
| 41 | </PasswordCallback> |
|---|
| 42 | </Callbacks> |
|---|
| 43 | </ModuleProperties> |
|---|