createCOTPropertySheet.xml revision 7d602f039beb26151cdc6306cfd3952b98bdc424
0N/A<!--
0N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
0N/A
0N/A Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
0N/A
0N/A The contents of this file are subject to the terms
0N/A of the Common Development and Distribution License
0N/A (the License). You may not use this file except in
0N/A compliance with the License.
0N/A
0N/A You can obtain a copy of the License at
0N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
0N/A opensso/legal/CDDLv1.0.txt
0N/A See the License for the specific language governing
0N/A permission and limitations under the License.
0N/A
0N/A When distributing Covered Code, include this CDDL
0N/A Header Notice in each file and include the License file
873N/A at opensso/legal/CDDLv1.0.txt.
0N/A If applicable, add the following below the CDDL Header,
0N/A with the fields enclosed by brackets [] replaced by
0N/A your own identifying information:
0N/A "Portions Copyrighted [year] [name of copyright owner]"
0N/A
5023N/A $Id: createCOTPropertySheet.xml,v 1.4 2008/06/25 05:51:02 qcheng Exp $
6023N/A
0N/A-->
0N/A
2366N/A<!DOCTYPE propertysheet SYSTEM "propertysheet.dtd">
2366N/A
1689N/A<propertysheet>
6134N/A <section name="dummy" defaultValue="">
4134N/A <property required="true" name="nameProperty">
6134N/A <label name="lblName"
6134N/A defaultValue="authDomain.attribute.label.name"
6134N/A labelFor="tfName" />
6128N/A <cc name="tfName"
4134N/A tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag" >
6134N/A <attribute name="size" value="50" />
6128N/A <attribute name="autoSubmit" value="false" />
4134N/A </cc>
4926N/A </property>
0N/A <property>
4926N/A <label name="lblDescription"
4926N/A defaultValue="authDomain.attribute.label.description"
4134N/A labelFor="tfDescription"/>
0N/A <cc name="tfDescription"
0N/A tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
0N/A <attribute name="size" value="75"/>
0N/A <attribute name="autoSubmit" value="false"/>
0N/A </cc>
2366N/A </property>
5899N/A <property>
5899N/A <label name="lblIDFFWriterServiceURL"
0N/A defaultValue="authDomain.attribute.label.idffWriterServiceURL"
6000N/A labelFor="tfIDFFWriterServiceURL"/>
6000N/A <cc name="tfIDFFWriterServiceURL"
2366N/A tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
2366N/A <attribute name="size" value="75"/>
0N/A <attribute name="autoSubmit" value="false"/>
0N/A </cc>
4926N/A <fieldhelp name="helpIDFFWriteServiceURL"
3894N/A defaultValue="authDomain.attribute.help.idffWriterServiceURL"/>
4134N/A </property>
4134N/A <property>
4134N/A <label name="lblIDFFReaderServiceURL"
0N/A defaultValue="authDomain.attribute.label.idffReaderServiceURL"
1689N/A labelFor="tfIDFFReaderServiceURL"/>
4134N/A <cc name="tfIDFFReaderServiceURL"
4134N/A tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
4495N/A <attribute name="size" value="75"/>
4134N/A <attribute name="autoSubmit" value="false"/>
4426N/A </cc>
1963N/A <fieldhelp name="helpIDFFReaderServiceURL"
0N/A defaultValue="authDomain.attribute.help.idffReaderServiceURL"/>
0N/A </property>
0N/A <property>
4134N/A <label name="lblSAML2WriterServiceURL"
4134N/A defaultValue="authDomain.attribute.label.saml2WriterServiceURL"
4134N/A labelFor="tfSAML2WriterServiceURL"/>
4134N/A <cc name="tfSAML2WriterServiceURL"
0N/A tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
5897N/A <attribute name="size" value="75"/>
4134N/A <attribute name="autoSubmit" value="false"/>
0N/A </cc>
5897N/A <fieldhelp name="helpSAML2WriteServiceURL"
1400N/A defaultValue="authDomain.attribute.help.saml2WriterServiceURL"/>
4495N/A </property>
4495N/A <property>
4495N/A <label name="lblSAML2ReaderServiceURL"
4495N/A defaultValue="authDomain.attribute.label.saml2ReaderServiceURL"
4495N/A labelFor="tfSAML2ReaderServiceURL"/>
6128N/A <cc name="tfSAML2ReaderServiceURL"
4495N/A tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
4495N/A <attribute name="size" value="75"/>
6128N/A <attribute name="autoSubmit" value="false"/>
4495N/A </cc>
4495N/A <fieldhelp name="helpSAML2ReaderServiceURL"
6128N/A defaultValue="authDomain.attribute.help.saml2ReaderServiceURL"/>
6128N/A </property>
6128N/A <property>
4495N/A <label name="lblStatus"
4495N/A defaultValue="authDomain.attribute.label.status"
4495N/A labelFor="singleChoiceStatus"/>
4495N/A <cc name="singleChoiceStatus"
4495N/A tagclass="com.sun.web.ui.taglib.html.CCRadioButtonTag">
4495N/A <attribute name="defaultValue" value="active"/>
4495N/A <option label="label.active" value="active"/>
4495N/A <option label="label.inactive" value="inactive"/>
4495N/A </cc>
4495N/A </property>
6134N/A <property>
4495N/A <label name="lblRealm" defaultValue="authDomain.attribute.label.realm" />
4495N/A <cc name="singleChoiceShowMenu" tagclass="com.sun.web.ui.taglib.html.CCDropDownMenuTag" >
4495N/A </cc>
4495N/A <fieldhelp name="helpRealm"
4495N/A defaultValue="authDomain.attribute.help.realm"/>
4495N/A
4495N/A </property>
4495N/A <property>
4495N/A <label name="lblAddRemoveProviders" defaultValue="authDomain.attribute.label.addRemoveProviders" />
4495N/A <fieldhelp name="helpAddRemoveProviders"
4495N/A defaultValue="authDomain.attribute.help.addRemoveProviders"/>
4495N/A
4495N/A </property>
4495N/A <property>
4495N/A <cc name="addRemoveProviders" tagclass="com.sun.web.ui.taglib.addremove.CCAddRemoveTag" >
4495N/A </cc>
4495N/A </property>
4495N/A </section>
4495N/A</propertysheet>
4495N/A