org.eclipse.tomcat/schema/org.eclipse.tomcat.realmfactory.exsd
Parent Directory
|
Revision Log
Revision 1.3 -
(download)
(annotate)
Mon Oct 23 16:02:52 2006 UTC (3 years, 1 month ago) by curtispd
Branch: MAIN
CVS Tags: v20070514, R3_3_1_1, v20070530, v20070531, v20061023, R3_3_1, R3_3_2, R3_3, v20070316, v20061208, pre_R3_3, HEAD
Changes since 1.2: +1 -2 lines
Mon Oct 23 16:02:52 2006 UTC (3 years, 1 month ago) by curtispd
Branch: MAIN
CVS Tags: v20070514, R3_3_1_1, v20070530, v20070531, v20061023, R3_3_1, R3_3_2, R3_3, v20070316, v20061208, pre_R3_3, HEAD
Changes since 1.2: +1 -2 lines
161427 Inaccurate extension point schemas with respect to min / max element occurrences
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.tomcat">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.tomcat" id="realmfactory" name="Tomcat Realm Factory"/>
</appInfo>
<documentation>
This extension point defines the factory class to create the appropriate realm for use with this instance of the Tomcat server.
It is intended for optional securing of access to the Help Infocenter, by server administrators, not for use by desktop products.
This extension point should be considered experimental. It may change or be removed in the future releases.
</documentation>
</annotation>
<element name="extension">
<complexType>
<sequence minOccurs="1" maxOccurs="unbounded">
<element ref="realmfactory"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="realmfactory">
<complexType>
<sequence>
<element ref="parameter" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
fully qualified class name of the factory for generating the appropriate realm
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="parameter">
<annotation>
<documentation>
Optional key-value pairs that could be used in the creation of the realm object.
</documentation>
</annotation>
<complexType>
<sequence>
<element ref="parameter" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="name" type="string" use="required">
<annotation>
<documentation>
key string
</documentation>
</annotation>
</attribute>
<attribute name="value" type="string">
<annotation>
<documentation>
falue string
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appInfo>
<meta.section type="since"/>
</appInfo>
<documentation>
3.1
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="examples"/>
</appInfo>
<documentation>
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
The realm factory must implement the interface org.eclipse.tomcat.internal.extensions.IRealmFactory.
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="implementation"/>
</appInfo>
<documentation>
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="copyright"/>
</appInfo>
<documentation>
Copyright (c) 2000, 2005 IBM Corporation and others.<br>
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which accompanies
this distribution, and is available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>
</documentation>
</annotation>
</schema>
| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
