glassfish 0.1.1-universal-java-1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. data/COPYRIGHT +33 -0
  2. data/LICENSE.txt +263 -0
  3. data/README +12 -0
  4. data/bin/asadmin +7 -0
  5. data/bin/asadmin.bat +8 -0
  6. data/bin/glassfish_rails +40 -0
  7. data/config/asadminenv.conf +6 -0
  8. data/config/asenv.bat +28 -0
  9. data/config/asenv.conf +27 -0
  10. data/config/glassfish.container +4 -0
  11. data/domains/domain1/config/admin-keyfile +3 -0
  12. data/domains/domain1/config/cacerts.jks +0 -0
  13. data/domains/domain1/config/default-web.xml +906 -0
  14. data/domains/domain1/config/domain-passwords +0 -0
  15. data/domains/domain1/config/domain.xml +208 -0
  16. data/domains/domain1/config/keyfile +6 -0
  17. data/domains/domain1/config/keystore.jks +0 -0
  18. data/domains/domain1/config/logging.properties +82 -0
  19. data/domains/domain1/config/login.conf +18 -0
  20. data/domains/domain1/config/server.policy +160 -0
  21. data/domains/domain1/config/sun-acc.xml +40 -0
  22. data/domains/domain1/config/wss-server-config-1.0.xml +86 -0
  23. data/domains/domain1/config/wss-server-config-2.0.xml +94 -0
  24. data/domains/domain1/docroot/favicon.gif +0 -0
  25. data/domains/domain1/docroot/index.html +87 -0
  26. data/domains/domain1/master-password +0 -0
  27. data/lib/appclient/appclientlogin.conf +10 -0
  28. data/lib/appclient/client.policy +79 -0
  29. data/lib/appclient/wss-client-config-1.0.xml +84 -0
  30. data/lib/appclient/wss-client-config-2.0.xml +96 -0
  31. data/lib/dtds/application-client_1_2.dtd +292 -0
  32. data/lib/dtds/application-client_1_3.dtd +506 -0
  33. data/lib/dtds/application_1_2.dtd +197 -0
  34. data/lib/dtds/application_1_3.dtd +312 -0
  35. data/lib/dtds/connector_1_0.dtd +561 -0
  36. data/lib/dtds/ejb-jar_1_1.dtd +894 -0
  37. data/lib/dtds/ejb-jar_2_0.dtd +1671 -0
  38. data/lib/dtds/sun-application-client-container_1_0.dtd +123 -0
  39. data/lib/dtds/sun-application-client-container_1_1.dtd +264 -0
  40. data/lib/dtds/sun-application-client-container_1_2.dtd +267 -0
  41. data/lib/dtds/sun-application-client_1_3-0.dtd +57 -0
  42. data/lib/dtds/sun-application-client_1_4-0.dtd +182 -0
  43. data/lib/dtds/sun-application-client_1_4-1.dtd +431 -0
  44. data/lib/dtds/sun-application-client_5_0-0.dtd +495 -0
  45. data/lib/dtds/sun-application_1_3-0.dtd +30 -0
  46. data/lib/dtds/sun-application_1_4-0.dtd +44 -0
  47. data/lib/dtds/sun-application_5_0-0.dtd +51 -0
  48. data/lib/dtds/sun-cmp-mapping_1_0.dtd +100 -0
  49. data/lib/dtds/sun-cmp-mapping_1_1.dtd +99 -0
  50. data/lib/dtds/sun-cmp-mapping_1_2.dtd +106 -0
  51. data/lib/dtds/sun-connector_1_0-0.dtd +66 -0
  52. data/lib/dtds/sun-connector_1_5-0.dtd +62 -0
  53. data/lib/dtds/sun-domain_1_0.dtd +2007 -0
  54. data/lib/dtds/sun-domain_1_1.dtd +3080 -0
  55. data/lib/dtds/sun-domain_1_2.dtd +3697 -0
  56. data/lib/dtds/sun-domain_1_3.dtd +3867 -0
  57. data/lib/dtds/sun-ejb-jar_2_0-0.dtd +449 -0
  58. data/lib/dtds/sun-ejb-jar_2_0-1.dtd +454 -0
  59. data/lib/dtds/sun-ejb-jar_2_1-0.dtd +756 -0
  60. data/lib/dtds/sun-ejb-jar_2_1-1.dtd +1085 -0
  61. data/lib/dtds/sun-ejb-jar_3_0-0.dtd +1113 -0
  62. data/lib/dtds/sun-loadbalancer_1_0.dtd +156 -0
  63. data/lib/dtds/sun-loadbalancer_1_1.dtd +172 -0
  64. data/lib/dtds/sun-resources_1_0.dtd +650 -0
  65. data/lib/dtds/sun-resources_1_1.dtd +650 -0
  66. data/lib/dtds/sun-resources_1_2.dtd +662 -0
  67. data/lib/dtds/sun-resources_1_3.dtd +732 -0
  68. data/lib/dtds/sun-server_1_0.dtd +1056 -0
  69. data/lib/dtds/sun-web-app_2_3-0.dtd +230 -0
  70. data/lib/dtds/sun-web-app_2_3-1.dtd +230 -0
  71. data/lib/dtds/sun-web-app_2_4-0.dtd +466 -0
  72. data/lib/dtds/sun-web-app_2_4-1.dtd +742 -0
  73. data/lib/dtds/sun-web-app_2_5-0.dtd +789 -0
  74. data/lib/dtds/web-app_2_2.dtd +639 -0
  75. data/lib/dtds/web-app_2_3.dtd +1063 -0
  76. data/lib/dtds/web-jsptaglibrary_1_1.dtd +265 -0
  77. data/lib/dtds/web-jsptaglibrary_1_2.dtd +468 -0
  78. data/lib/package-appclient.xml +185 -0
  79. data/lib/processLauncher.properties +25 -0
  80. data/lib/processLauncher.xml +189 -0
  81. data/lib/schemas/XMLSchema.dtd +402 -0
  82. data/lib/schemas/application-client_1_4.xsd +267 -0
  83. data/lib/schemas/application-client_5.xsd +304 -0
  84. data/lib/schemas/application_1_4.xsd +315 -0
  85. data/lib/schemas/application_5.xsd +336 -0
  86. data/lib/schemas/connector_1_5.xsd +1036 -0
  87. data/lib/schemas/datatypes.dtd +203 -0
  88. data/lib/schemas/ejb-jar_2_1.xsd +2208 -0
  89. data/lib/schemas/ejb-jar_3_0.xsd +2706 -0
  90. data/lib/schemas/j2ee_1_4.xsd +1608 -0
  91. data/lib/schemas/j2ee_jaxrpc_mapping_1_1.xsd +886 -0
  92. data/lib/schemas/j2ee_web_services_1_1.xsd +491 -0
  93. data/lib/schemas/j2ee_web_services_client_1_1.xsd +345 -0
  94. data/lib/schemas/javaee_5.xsd +2096 -0
  95. data/lib/schemas/javaee_web_services_1_2.xsd +747 -0
  96. data/lib/schemas/javaee_web_services_client_1_2.xsd +578 -0
  97. data/lib/schemas/jax-rpc-ri-config.xsd +416 -0
  98. data/lib/schemas/jsp_2_0.xsd +308 -0
  99. data/lib/schemas/jsp_2_1.xsd +343 -0
  100. data/lib/schemas/orm_1_0.xsd +1516 -0
  101. data/lib/schemas/persistence_1_0.xsd +260 -0
  102. data/lib/schemas/web-app_2_4.xsd +1234 -0
  103. data/lib/schemas/web-app_2_5.xsd +1271 -0
  104. data/lib/schemas/web-jsptaglibrary_2_0.xsd +1010 -0
  105. data/lib/schemas/web-jsptaglibrary_2_1.xsd +1144 -0
  106. data/lib/schemas/xml.xsd +82 -0
  107. data/modules/admin-cli-10.0-SNAPSHOT.jar +0 -0
  108. data/modules/auto-depends-0.2-SNAPSHOT.jar +0 -0
  109. data/modules/cli-framework-10.0-SNAPSHOT.jar +0 -0
  110. data/modules/common-ee-util-10.0-SNAPSHOT.jar +0 -0
  111. data/modules/common-util-10.0-SNAPSHOT.jar +0 -0
  112. data/modules/config-0.2-SNAPSHOT.jar +0 -0
  113. data/modules/config-api-10.0-SNAPSHOT.jar +0 -0
  114. data/modules/gf-jruby-connector-10.0-SNAPSHOT.jar +0 -0
  115. data/modules/glassfish-10.0-SNAPSHOT.jar +0 -0
  116. data/modules/glassfish-api-10.0-SNAPSHOT.jar +0 -0
  117. data/modules/glassfish.rb +10 -0
  118. data/modules/grizzly-framework-1.7.1.jar +0 -0
  119. data/modules/grizzly-http-1.7.1.jar +0 -0
  120. data/modules/grizzly-http-utils-1.7.1.jar +0 -0
  121. data/modules/grizzly-jruby-1.7.0.jar +0 -0
  122. data/modules/grizzly-jruby-module-1.7.0.jar +0 -0
  123. data/modules/grizzly-module-1.7.1.jar +0 -0
  124. data/modules/grizzly-portunif-1.7.1.jar +0 -0
  125. data/modules/grizzly-rcm-1.7.1.jar +0 -0
  126. data/modules/hk2-0.2-SNAPSHOT.jar +0 -0
  127. data/modules/hk2-core-0.2-SNAPSHOT.jar +0 -0
  128. data/modules/junit-4.3.1.jar +0 -0
  129. data/modules/kernel-10.0-SNAPSHOT.jar +0 -0
  130. data/modules/persistence-api-1.0b.jar +0 -0
  131. data/modules/servlet-api-2.5.jar +0 -0
  132. data/modules/sjsxp-1.0.jar +0 -0
  133. data/modules/stax-api-1.0-2.jar +0 -0
  134. data/modules/tiger-types-1.0.jar +0 -0
  135. metadata +206 -0
@@ -0,0 +1,1085 @@
1
+ <!--
2
+ XML DTD for Sun Application Server specific EJB jar module
3
+ deployment descriptor. This is a companion DTD for ejb-jar_2_1.xsd
4
+
5
+ Copyright (c) 2004 by Sun Microsystems, Inc. All Rights Reserved.
6
+ -->
7
+
8
+ <!-- The PUBLIC ID (defined in DOCTYPE) associated with this dtd is:
9
+ "-//Sun Microsystems, Inc.//DTD Application Server 8.1 EJB 2.1//EN";
10
+ -->
11
+
12
+ <!--
13
+ This is the root element of the ejb module descriptor document.
14
+ -->
15
+ <!ELEMENT sun-ejb-jar (security-role-mapping*, enterprise-beans) >
16
+
17
+ <!--
18
+ System unique object id. Automatically generated and updated at deployment/redeployment
19
+ -->
20
+ <!ELEMENT unique-id (#PCDATA)>
21
+
22
+ <!--
23
+ This is the root element describing all the runtime of an ejb-jar in the application.
24
+ -->
25
+ <!ELEMENT enterprise-beans (name?, unique-id?, ejb*, pm-descriptors?, cmp-resource?,
26
+ message-destination*, webservice-description*)>
27
+
28
+ <!--
29
+ This is the element describing runtime bindings for a single ejb.
30
+
31
+ Properties applicable to all types of beans:
32
+ ejb-name, ejb-ref*, jndi-name, resource-ref*, resource-env-ref*, pass-by-reference?,
33
+ ior-security-config?, gen-classes?, service-ref*
34
+
35
+ Additional properties applicable to a stateless session bean:
36
+ bean-pool, webservice-endpoint
37
+
38
+ Additional properties applicable to a stateful session bean:
39
+ bean-cache, webservice-endpoint, checkpointed-methods?, checkpoint-at-end-of-method?
40
+
41
+ Additional properties applicable to an entity bean:
42
+ is-read-only-bean?, refresh-period-in-seconds?, cmp?, commit-option?, bean-cache?, bean-pool?, flush-at-end-of-method?
43
+
44
+ Additional properties applicable to a message-driven bean:
45
+ mdb-resource-adapter?, mdb-connection-factory?, jms-durable-subscription-name?,
46
+ jms-max-messages-load?, bean-pool?
47
+ ( In case of MDB, jndi-name is the jndi name of the associated jms destination )
48
+ -->
49
+
50
+ <!ELEMENT ejb (ejb-name, jndi-name?, ejb-ref*, resource-ref*, resource-env-ref*, service-ref*, pass-by-reference?,
51
+ cmp?, principal?, mdb-connection-factory?, jms-durable-subscription-name?,
52
+ jms-max-messages-load?, ior-security-config?, is-read-only-bean?,
53
+ refresh-period-in-seconds?, commit-option?, cmt-timeout-in-seconds?, use-thread-pool-id?, gen-classes?,
54
+ bean-pool?, bean-cache?, mdb-resource-adapter?, webservice-endpoint*, flush-at-end-of-method?, checkpointed-methods?, checkpoint-at-end-of-method?)>
55
+
56
+ <!--
57
+ This attribute is only applicable for stateful session bean
58
+ -->
59
+ <!ATTLIST ejb availability-enabled CDATA #IMPLIED>
60
+
61
+ <!--
62
+ The text in this element matches the ejb-name of the ejb to which it refers in ejb-jar.xml.
63
+
64
+ Used in ejb, method
65
+ -->
66
+ <!ELEMENT ejb-name (#PCDATA)>
67
+
68
+ <!--
69
+ The text in this element is a true/false flag for read only beans.
70
+ -->
71
+ <!ELEMENT is-read-only-bean (#PCDATA)>
72
+
73
+ <!--
74
+ This is the root element which binds an ejb reference to a jndi name.
75
+ It is used for both ejb remote reference and ejb local reference.
76
+ -->
77
+ <!ELEMENT ejb-ref (ejb-ref-name, jndi-name)>
78
+
79
+ <!--
80
+ The ejb ref name locates the name of the ejb reference in the application.
81
+ -->
82
+ <!ELEMENT ejb-ref-name (#PCDATA)>
83
+
84
+ <!--
85
+ This element describes runtime information for a CMP EntityBean object for
86
+ EJB1.1 and EJB2.0 beans.
87
+ -->
88
+ <!ELEMENT cmp (mapping-properties?, is-one-one-cmp?, one-one-finders?, prefetch-disabled?)>
89
+
90
+ <!--
91
+ This contains the location of the persistence vendor specific O/R mapping file
92
+ -->
93
+ <!ELEMENT mapping-properties (#PCDATA)>
94
+
95
+ <!--
96
+ This element in deprecated. It has been left in the DTD for validation purposes.
97
+ Any value will be ignored by the runtime.
98
+ -->
99
+ <!ELEMENT is-one-one-cmp (#PCDATA)>
100
+
101
+ <!--
102
+ This root element contains the finders for CMP 1.1.
103
+ -->
104
+ <!ELEMENT one-one-finders (finder+ )>
105
+
106
+ <!--
107
+ This element allows to selectively disable relationship prefetching for finders of a bean.
108
+ Used in: cmp
109
+ -->
110
+ <!ELEMENT prefetch-disabled (query-method+)>
111
+
112
+ <!--
113
+ Used in: prefetch-disabled
114
+ -->
115
+ <!ELEMENT query-method (method-name, method-params)>
116
+
117
+ <!--
118
+ This root element contains the finder for CMP 1.1 with a method-name and query parameters
119
+ -->
120
+ <!ELEMENT finder (method-name, query-params?, query-filter?, query-variables?, query-ordering?)>
121
+
122
+ <!--
123
+ The method-name element contains a name of an enterprise bean method
124
+ or the asterisk (*) character. The asterisk is used when the element
125
+ denotes all the methods of an enterprise bean's component and home
126
+ interfaces.
127
+
128
+ Used in: method, finder, query-method, java-method
129
+ -->
130
+ <!ELEMENT method-name (#PCDATA)>
131
+
132
+
133
+ <!--
134
+ This contains the query parameters for CMP 1.1 finder
135
+ -->
136
+ <!ELEMENT query-params (#PCDATA)>
137
+
138
+ <!--
139
+ This optional element contains the query filter for CMP 1.1 finder
140
+ -->
141
+ <!ELEMENT query-filter (#PCDATA)>
142
+
143
+ <!--
144
+ This optional element contains variables in query expression for CMP 1.1 finder
145
+ -->
146
+ <!ELEMENT query-variables (#PCDATA)>
147
+
148
+ <!--
149
+ This optional element contains the ordering specification for CMP 1.1 finder.
150
+ -->
151
+
152
+ <!ELEMENT query-ordering (#PCDATA)>
153
+
154
+ <!--
155
+ This element identifies the database and the policy for processing CMP beans
156
+ storage. The jndi-name element identifies either the persistence-manager-
157
+ factory-resource or the jdbc-resource as defined in the server configuration.
158
+ -->
159
+ <!ELEMENT cmp-resource (jndi-name, default-resource-principal?, property*,
160
+ create-tables-at-deploy?, drop-tables-at-undeploy?,
161
+ database-vendor-name?, schema-generator-properties?)>
162
+
163
+ <!--
164
+ This element contains the override properties for the schema generation
165
+ from CMP beans in this module.
166
+ -->
167
+ <!ELEMENT schema-generator-properties (property*) >
168
+
169
+ <!--
170
+ This element specifies whether automatic creation of tables for the CMP beans
171
+ is done at module deployment. Acceptable values are true or false
172
+ -->
173
+ <!ELEMENT create-tables-at-deploy ( #PCDATA )>
174
+
175
+ <!--
176
+ This element specifies whether automatic dropping of tables for the CMP beans
177
+ is done at module undeployment. Acceptabel values are true of false
178
+ -->
179
+ <!ELEMENT drop-tables-at-undeploy ( #PCDATA )>
180
+
181
+ <!--
182
+ This element specifies the database vendor name for ddl files generated at
183
+ module deployment. Default is SQL92.
184
+ -->
185
+ <!ELEMENT database-vendor-name ( #PCDATA )>
186
+
187
+ <!--
188
+ This element specifies the connection factory associated with a message-driven bean.
189
+ -->
190
+ <!ELEMENT mdb-connection-factory (jndi-name, default-resource-principal?)>
191
+
192
+ <!--
193
+ This node holds information about a logical message destination
194
+ -->
195
+ <!ELEMENT message-destination (message-destination-name, jndi-name)>
196
+
197
+ <!--
198
+ This node holds the name of a logical message destination
199
+ -->
200
+ <!ELEMENT message-destination-name (#PCDATA)>
201
+
202
+ <!--
203
+ Specifies the name of a durable subscription associated with a message-driven bean's
204
+ destination. Required for a Topic destination, if subscription-durability is set to
205
+ Durable (in ejb-jar.xml)
206
+ -->
207
+ <!ELEMENT jms-durable-subscription-name (#PCDATA)>
208
+
209
+ <!--
210
+ A string value specifies the maximum number of messages to load into a JMS session
211
+ at one time for a message-driven bean to serve. If not specified, the default is 1.
212
+ -->
213
+ <!ELEMENT jms-max-messages-load (#PCDATA)>
214
+
215
+ <!--
216
+ This element contains all the generated class names for a bean.
217
+ -->
218
+ <!ELEMENT gen-classes ( remote-impl?, local-impl?, remote-home-impl?, local-home-impl? )>
219
+
220
+ <!--
221
+ This contains the fully qualified class name of the generated EJBObject impl class.
222
+ -->
223
+ <!ELEMENT remote-impl (#PCDATA)>
224
+
225
+ <!--
226
+ This contains the fully qualified class name of the generated EJBLocalObject impl class.
227
+ -->
228
+ <!ELEMENT local-impl (#PCDATA)>
229
+
230
+ <!--
231
+ This contains the fully qualified class name of the generated EJBHome impl class.
232
+ -->
233
+ <!ELEMENT remote-home-impl (#PCDATA)>
234
+
235
+ <!--
236
+ This contains the fully qualified class name of the generated EJBLocalHome impl class.
237
+ -->
238
+ <!ELEMENT local-home-impl (#PCDATA)>
239
+
240
+ <!--
241
+ This contains the bean cache properties. Used only for entity beans and stateful session beans
242
+ -->
243
+ <!ELEMENT bean-cache (max-cache-size?, resize-quantity?, is-cache-overflow-allowed?, cache-idle-timeout-in-seconds?, removal-timeout-in-seconds?, victim-selection-policy?)>
244
+
245
+ <!--
246
+ max-cache-size defines the maximum number of beans in the cache. Should be greater than 1.
247
+ Default is 512.
248
+ -->
249
+ <!ELEMENT max-cache-size (#PCDATA)>
250
+
251
+ <!--
252
+ is-cache-overflow-allowed is a boolean which indicates if the cache size is a hard limit or not.
253
+ Default is true i.e there is no hard limit. max-cache-size is a hint to the cache implementation.
254
+ -->
255
+ <!ELEMENT is-cache-overflow-allowed (#PCDATA)>
256
+
257
+ <!--
258
+ cache-idle-timeout-in-seconds specifies the maximum time that a stateful session bean or
259
+ entity bean is allowed to be idle in the cache. After this time, the bean is passivated
260
+ to backup store. This is a hint to server. Default value for cache-idle-timeout-in-seconds
261
+ is 600 seconds.
262
+ -->
263
+ <!ELEMENT cache-idle-timeout-in-seconds (#PCDATA)>
264
+
265
+
266
+ <!--
267
+ The amount of time that the bean remains passivated (i.e. idle in the backup store) is
268
+ controlled by removal-timeout-in-seconds parameter. Note that if a bean was not accessed beyond
269
+ removal-timeout-in-seconds, then it will be removed from the backup store and hence will not
270
+ be accessible to the client. The Default value for removal-timeout-in-seconds is 60min.
271
+ -->
272
+ <!ELEMENT removal-timeout-in-seconds (#PCDATA)>
273
+
274
+ <!--
275
+ victim-selection-policy specifies the algorithm to use to pick victims.
276
+ Possible values are FIFO | LRU | NRU. Default is NRU, which is actually
277
+ pseudo-random selection policy.
278
+ -->
279
+ <!ELEMENT victim-selection-policy (#PCDATA)>
280
+
281
+ <!--
282
+ Support backward compatibility with AS7.1
283
+ Now deprecated in 8.1 and later releases
284
+ Use checkpoint-at-end-of-method element instead
285
+
286
+ The methods should be separated by semicolons.
287
+ The param list should separated by commas.
288
+ All method param types should be full qualified.
289
+ Variable name is allowed for the param type.
290
+ No return type or exception type.
291
+ Example:
292
+ foo(java.lang.String, a.b.c d); bar(java.lang.String s)
293
+
294
+ Used in: ejb
295
+ -->
296
+ <!ELEMENT checkpointed-methods (#PCDATA)>
297
+
298
+ <!--
299
+ The equivalent element of checkpointed-methods for 8.1 and later releases
300
+
301
+ Used in: ejb
302
+ -->
303
+ <!ELEMENT checkpoint-at-end-of-method (method+)>
304
+
305
+ <!--
306
+ bean-pool is a root element containing the bean pool properties. Used
307
+ for stateless session bean, entity bean, and message-driven bean pools.
308
+ -->
309
+ <!ELEMENT bean-pool (steady-pool-size?, resize-quantity?, max-pool-size?, pool-idle-timeout-in-seconds?, max-wait-time-in-millis?)>
310
+
311
+ <!--
312
+ steady-pool-size specified the initial and minimum number of beans that must be maintained in the pool.
313
+ Valid values are from 0 to MAX_INTEGER.
314
+ -->
315
+ <!ELEMENT steady-pool-size (#PCDATA)>
316
+
317
+ <!--
318
+ resize-quantity specifies the number of beans to be created or deleted when the pool
319
+ or cache is being serviced by the server. Valid values are from 0 to MAX_INTEGER and
320
+ subject to maximum size limit). Default is 16.
321
+ -->
322
+ <!ELEMENT resize-quantity (#PCDATA)>
323
+
324
+ <!--
325
+ max-pool-size speifies the maximum pool size. Valid values are from 0 to MAX_INTEGER.
326
+ Default is 64.
327
+ -->
328
+ <!ELEMENT max-pool-size (#PCDATA)>
329
+
330
+ <!--
331
+ pool-idle-timeout-in-seconds specifies the maximum time that a stateless session bean or
332
+ message-driven bean is allowed to be idle in the pool. After this time, the bean is
333
+ passivated to backup store. This is a hint to server. Default value for
334
+ pool-idle-timeout-in-seconds is 600 seconds.
335
+ -->
336
+ <!ELEMENT pool-idle-timeout-in-seconds (#PCDATA)>
337
+
338
+ <!--
339
+ A string field whose valid values are either "B", or "C". Default is "B"
340
+ -->
341
+ <!ELEMENT commit-option (#PCDATA)>
342
+
343
+ <!--
344
+ Specifies the timeout for transactions started by the container. This value must be greater than zero, else it will be ignored by the container.
345
+ -->
346
+ <!ELEMENT cmt-timeout-in-seconds (#PCDATA)>
347
+
348
+ <!--
349
+ Specifes the thread pool that will be used to process any invocation on this ejb
350
+ -->
351
+ <!ELEMENT use-thread-pool-id (#PCDATA)>
352
+
353
+ <!--
354
+ Specifies the maximum time that the caller is willing to wait to get a bean from the pool.
355
+ Wait time is infinite, if the value specified is 0. Deprecated.
356
+ -->
357
+ <!ELEMENT max-wait-time-in-millis (#PCDATA)>
358
+
359
+ <!--
360
+ refresh-period-in-seconds specifies the rate at which the read-only-bean must be refreshed
361
+ from the data source. 0 (never refreshed) and positive (refreshed at specified intervals).
362
+ Specified value is a hint to the container. Default is 600 seconds.
363
+ -->
364
+ <!ELEMENT refresh-period-in-seconds (#PCDATA)>
365
+
366
+ <!--
367
+ Specifies the jndi name string.
368
+ -->
369
+ <!ELEMENT jndi-name (#PCDATA)>
370
+
371
+ <!--
372
+ This text nodes holds a name string.
373
+ -->
374
+ <!ELEMENT name (#PCDATA)>
375
+
376
+ <!--
377
+ This element holds password text.
378
+ -->
379
+ <!ELEMENT password (#PCDATA)>
380
+
381
+ <!--
382
+ This node describes a username on the platform.
383
+ -->
384
+ <!ELEMENT principal (name)>
385
+
386
+ <!--
387
+ security-role-mapping element maps the user principal or group
388
+ to a different principal on the server.
389
+ -->
390
+ <!ELEMENT security-role-mapping (role-name, (principal-name | group-name)+)>
391
+
392
+ <!--
393
+ role-name specifies an accepted role
394
+ -->
395
+ <!ELEMENT role-name (#PCDATA)>
396
+
397
+ <!--
398
+ principal-name specifies a valid principal
399
+ -->
400
+ <!ELEMENT principal-name (#PCDATA)>
401
+
402
+ <!--
403
+ group-name specifies a valid group name
404
+ -->
405
+ <!ELEMENT group-name (#PCDATA)>
406
+
407
+ <!--
408
+ The name of a resource reference.
409
+ -->
410
+ <!ELEMENT res-ref-name (#PCDATA)>
411
+
412
+ <!--
413
+ resource-env-ref holds all the runtime bindings of a resource env reference.
414
+ -->
415
+ <!ELEMENT resource-env-ref ( resource-env-ref-name, jndi-name )>
416
+
417
+ <!--
418
+ name of a resource env reference.
419
+ -->
420
+ <!ELEMENT resource-env-ref-name (#PCDATA)>
421
+
422
+ <!--
423
+ resource-ref node holds all the runtime bindings of a resource reference.
424
+ -->
425
+ <!ELEMENT resource-ref (res-ref-name, jndi-name, default-resource-principal?)>
426
+
427
+ <!--
428
+ user name and password to be used when none are specified while accesing a resource
429
+ -->
430
+ <!ELEMENT default-resource-principal ( name, password)>
431
+
432
+ <!--
433
+ ior-security-config element describes the security configuration information for the IOR.
434
+ -->
435
+ <!ELEMENT ior-security-config ( transport-config? , as-context?, sas-context? )>
436
+
437
+ <!--
438
+ transport-config is the root element for security between the end points
439
+ -->
440
+ <!ELEMENT transport-config ( integrity, confidentiality, establish-trust-in-target, establish-trust-in-client )>
441
+
442
+ <!--
443
+ integrity element indicates if the server (target) supports integrity protected messages.
444
+ The valid values are NONE, SUPPORTED or REQUIRED
445
+ -->
446
+ <!ELEMENT integrity ( #PCDATA)>
447
+
448
+ <!--
449
+ confidentiality element indicates if the server (target) supports privacy protected
450
+ messages. The values are NONE, SUPPORTED or REQUIRED
451
+ -->
452
+ <!ELEMENT confidentiality ( #PCDATA)>
453
+
454
+ <!--
455
+ establish-trust-in-target element indicates if the target is capable of authenticating to a client.
456
+ The values are NONE or SUPPORTED.
457
+ -->
458
+ <!ELEMENT establish-trust-in-target ( #PCDATA)>
459
+
460
+ <!--
461
+ establish-trust-in-client element indicates if the target is capable of authenticating a client. The
462
+ values are NONE, SUPPORTED or REQUIRED.
463
+ -->
464
+ <!ELEMENT establish-trust-in-client ( #PCDATA)>
465
+
466
+ <!--
467
+ as-context (CSIv2 authentication service) is the element describing the authentication
468
+ mechanism that will be used to authenticate the client. If specified it will be the
469
+ username-password mechanism.
470
+ -->
471
+ <!ELEMENT as-context ( auth-method, realm, required )>
472
+
473
+ <!--
474
+ required element specifies if the authentication method specified is required
475
+ to be used for client authentication. If so the EstablishTrustInClient bit
476
+ will be set in the target_requires field of the AS_Context. The element value
477
+ is either true or false.
478
+ -->
479
+ <!ELEMENT required ( #PCDATA )>
480
+
481
+ <!--
482
+ auth-method element describes the authentication method.
483
+ For CSIv2, the only supported value is USERNAME_PASSWORD.
484
+ For EJB web service endpoint, supported values are BASIC and CLIENT_CERT.
485
+ -->
486
+ <!ELEMENT auth-method ( #PCDATA )>
487
+
488
+ <!--
489
+ realm element describes the realm in which the user is authenticated. Must be
490
+ a valid realm that is registered in server configuration.
491
+ -->
492
+ <!ELEMENT realm ( #PCDATA )>
493
+
494
+ <!--
495
+ sas-context (related to CSIv2 security attribute service) element describes
496
+ the sas-context fields.
497
+ -->
498
+ <!ELEMENT sas-context ( caller-propagation )>
499
+
500
+ <!--
501
+ caller-propagation element indicates if the target will accept propagated caller identities
502
+ The values are NONE or SUPPORTED.
503
+ -->
504
+ <!ELEMENT caller-propagation ( #PCDATA) >
505
+
506
+ <!--
507
+ pass-by-reference elements controls use of Pass by Reference semantics.
508
+ EJB spec requires pass by value, which will be the default mode of operation.
509
+ This can be set to true for non-compliant operation and possibly higher
510
+ performance. For a stand-alone server, this can be used. By setting a similarly
511
+ named element at sun-application.xml, it can apply to all the enclosed ejb
512
+ modules. Allowed values are true and false. Default will be false.
513
+ -->
514
+ <!ELEMENT pass-by-reference (#PCDATA)>
515
+
516
+ <!--
517
+ PM descriptors contain one or more pm descriptors, but only one of them must
518
+ be in use at any given time. If not specified, the Sun CMP is used.
519
+ -->
520
+ <!ELEMENT pm-descriptors ( pm-descriptor+, pm-inuse)>
521
+
522
+ <!--
523
+ pm-descriptor describes the pluggable vendor implementation for the CMP
524
+ support of the CMP entity beans in this module.
525
+ -->
526
+ <!ELEMENT pm-descriptor ( pm-identifier, pm-version, pm-config?, pm-class-generator?, pm-mapping-factory?)>
527
+
528
+ <!--
529
+ pm-identifier element identifies the vendor who provides the CMP implementation
530
+ -->
531
+ <!ELEMENT pm-identifier (#PCDATA)>
532
+
533
+ <!--
534
+ pm-version further specifies which version of PM vendor product to be used
535
+ -->
536
+ <!ELEMENT pm-version (#PCDATA)>
537
+
538
+ <!--
539
+ pm-config specifies the vendor specific config file to be used
540
+ -->
541
+ <!ELEMENT pm-config (#PCDATA)>
542
+
543
+ <!--
544
+ pm-class-generator specifies the vendor specific class generator to be used
545
+ at the module deploymant time. This is the name of the class specific to this
546
+ vendor.
547
+ -->
548
+ <!ELEMENT pm-class-generator (#PCDATA)>
549
+
550
+ <!--
551
+ pm-mapping-factory specifies the vendor specific mapping factory
552
+ This is the name of the class specific to a vendor.
553
+ -->
554
+ <!ELEMENT pm-mapping-factory (#PCDATA)>
555
+
556
+ <!--
557
+ pm-inuse specifies which CMP vendor is used.
558
+ -->
559
+ <!ELEMENT pm-inuse (pm-identifier, pm-version)>
560
+
561
+
562
+ <!--
563
+ This holds the runtime configuration properties of the message-driven bean
564
+ in its operation environment. For example, this may include information
565
+ about the name of a physical JMS destination etc.
566
+ Defined this way to match the activation-config on the standard
567
+ deployment descriptor for message-driven bean.
568
+ -->
569
+ <!ELEMENT activation-config ( description?, activation-config-property+ ) >
570
+
571
+ <!--
572
+ provide an element description
573
+
574
+ Used in activation-config, method
575
+ -->
576
+ <!ELEMENT description (#PCDATA)>
577
+
578
+ <!--
579
+ This hold a particular activation config propery name-value pair
580
+ -->
581
+ <!ELEMENT activation-config-property (
582
+ activation-config-property-name, activation-config-property-value ) >
583
+
584
+ <!--
585
+ This holds the name of a runtime activation-config property
586
+ -->
587
+ <!ELEMENT activation-config-property-name ( #PCDATA ) >
588
+
589
+ <!--
590
+ This holds the value of a runtime activation-config property
591
+ -->
592
+ <!ELEMENT activation-config-property-value ( #PCDATA ) >
593
+
594
+ <!--
595
+ This node holds the module ID of the resource adapter that
596
+ is responsible for delivering messages to the message-driven
597
+ bean, as well as the runtime configuration information for
598
+ the mdb.
599
+ -->
600
+ <!ELEMENT mdb-resource-adapter ( resource-adapter-mid, activation-config? )>
601
+
602
+ <!--
603
+ This node holds the module ID of the resource adapter that is responsible
604
+ for delivering messages to the message-driven bean.
605
+ -->
606
+ <!ELEMENT resource-adapter-mid ( #PCDATA ) >
607
+
608
+ <!--
609
+ Generic name-value pairs property
610
+ -->
611
+ <!ELEMENT property ( name, value ) >
612
+
613
+ <!--
614
+ This text nodes holds a value string.
615
+ -->
616
+ <!ELEMENT value (#PCDATA)>
617
+
618
+ <!--
619
+ This declares the list of methods that would be allowed to be flushed at the
620
+ completion of the method. Applicable to entity beans with container managed
621
+ persistence
622
+
623
+ Used in: ejb
624
+ -->
625
+ <!ELEMENT flush-at-end-of-method (method+)>
626
+
627
+
628
+ <!--
629
+ Used in: flush-at-end-of-method, checkpoint-at-end-of-method, prefetch-disabled
630
+ -->
631
+ <!ELEMENT method (description?, ejb-name?, method-name, method-intf?, method-params?)>
632
+
633
+
634
+ <!--
635
+ The method-intf element allows a method element to differentiate
636
+ between the methods with the same name and signature that are multiply
637
+ defined across the component and home interfaces (e.g., in both an
638
+ enterprise bean's remote and local interfaces; in both an enterprise bean's
639
+ home and remote interfaces, etc.)
640
+
641
+ The method-intf element must be one of the following:
642
+ <method-intf>Home</method-intf>
643
+ <method-intf>Remote</method-intf>
644
+ <method-intf>LocalHome</method-intf>
645
+ <method-intf>Local</method-intf>
646
+
647
+ Used in: method
648
+ -->
649
+ <!ELEMENT method-intf (#PCDATA)>
650
+
651
+
652
+ <!--
653
+ The method-params element contains a list of the fully-qualified Java
654
+ type names of the method parameters.
655
+
656
+ Used in: method, query-method, java-method
657
+ -->
658
+ <!ELEMENT method-params (method-param*)>
659
+
660
+
661
+ <!--
662
+ The method-param element contains the fully-qualified Java type name
663
+ of a method parameter.
664
+
665
+ Used in: method-params
666
+ -->
667
+ <!ELEMENT method-param (#PCDATA)>
668
+
669
+
670
+ <!--
671
+ W E B S E R V I C E S
672
+ -->
673
+ <!--
674
+ Information about a web service endpoint.
675
+
676
+ The optional message-security-binding element is used to customize the
677
+ webservice-endpoint to provider binding; either by binding the
678
+ webservice-endpoint to a specific provider or by providing a
679
+ definition of the message security requirements to be enforced by the
680
+ provider.
681
+
682
+ When login-config is specified, a default message-security provider
683
+ is not applied to the endpoint.
684
+ -->
685
+ <!ELEMENT webservice-endpoint ( port-component-name, endpoint-address-uri?, (login-config | message-security-binding)?, transport-guarantee?, service-qname?, tie-class?, servlet-impl-class? )>
686
+
687
+ <!--
688
+ Unique name of a port component within a module
689
+ -->
690
+ <!ELEMENT port-component-name ( #PCDATA )>
691
+
692
+ <!--
693
+ Relative path combined with web server root to form fully qualified
694
+ endpoint address for a web service endpoint. For servlet endpoints, this
695
+ value is relative to the servlet's web application context root. In
696
+ all cases, this value must be a fixed pattern(i.e. no "*" allowed).
697
+ If the web service endpoint is a servlet that only implements a single
698
+ endpoint has only one url-pattern, it is not necessary to set
699
+ this value since the container can derive it from web.xml.
700
+ -->
701
+ <!ELEMENT endpoint-address-uri ( #PCDATA )>
702
+
703
+ <!--
704
+ The name of tie implementation class for a port-component. This is
705
+ not specified by the deployer. It is derived during deployment.
706
+ -->
707
+ <!ELEMENT tie-class (#PCDATA)>
708
+
709
+ <!--
710
+ The service-qname element declares the specific WSDL service
711
+ element that is being refered to. It is not set by the deployer.
712
+ It is derived during deployment.
713
+ -->
714
+ <!ELEMENT service-qname (namespaceURI, localpart)>
715
+
716
+ <!--
717
+ The localpart element indicates the local part of a QNAME.
718
+ -->
719
+ <!ELEMENT localpart (#PCDATA)>
720
+
721
+ <!--
722
+ The namespaceURI element indicates a URI.
723
+ -->
724
+ <!ELEMENT namespaceURI (#PCDATA)>
725
+
726
+ <!--
727
+ Optional authentication configuration for an EJB web service endpoint.
728
+ Not needed for servet web service endpoints. Their security configuration
729
+ is contained in the standard web application descriptor.
730
+ -->
731
+ <!ELEMENT login-config ( auth-method )>
732
+
733
+ <!--
734
+ Name of application-written servlet impl class contained in deployed war.
735
+ This is not set by the deployer. It is derived by the container
736
+ during deployment.
737
+ -->
738
+ <!ELEMENT servlet-impl-class (#PCDATA)>
739
+
740
+ <!--
741
+ Runtime settings for a web service reference. In the simplest case,
742
+ there is no runtime information required for a service ref. Runtime info
743
+ is only needed in the following cases :
744
+ * to define the port that should be used to resolve a container-managed port
745
+ * to define default Stub/Call property settings for Stub objects
746
+ * to define the URL of a final WSDL document to be used instead of
747
+ the one packaged with a service-ref
748
+ -->
749
+ <!ELEMENT service-ref ( service-ref-name, port-info*, call-property*, wsdl-override?, service-impl-class?, service-qname? )>
750
+
751
+ <!--
752
+ Coded name (relative to java:comp/env) for a service-reference
753
+ -->
754
+ <!ELEMENT service-ref-name ( #PCDATA )>
755
+
756
+ <!--
757
+ Name of generated service implementation class. This is not set by the
758
+ deployer. It is derived during deployment.
759
+ -->
760
+ <!ELEMENT service-impl-class ( #PCDATA )>
761
+
762
+ <!--
763
+ Information for a port within a service-reference.
764
+
765
+ Either service-endpoint-interface or wsdl-port or both
766
+ (service-endpoint-interface and wsdl-port) should be specified.
767
+
768
+ If both are specified, wsdl-port represents the
769
+ port the container should choose for container-managed port selection.
770
+
771
+ The same wsdl-port value must not appear in
772
+ more than one port-info entry within the same service-ref.
773
+
774
+ If a particular service-endpoint-interface is using container-managed port
775
+ selection, it must not appear in more than one port-info entry
776
+ within the same service-ref.
777
+
778
+ The optional message-security-binding element is used to customize the
779
+ port to provider binding; either by binding the port to a specific provider
780
+ or by providing a definition of the message security requirements to be
781
+ enforced by the provider.
782
+
783
+ -->
784
+ <!ELEMENT port-info ( service-endpoint-interface?, wsdl-port?, stub-property*, call-property*, message-security-binding? )>
785
+
786
+ <!--
787
+ Fully qualified name of service endpoint interface
788
+ -->
789
+ <!ELEMENT service-endpoint-interface ( #PCDATA )>
790
+
791
+ <!--
792
+ Specifies that the communication between client and server should
793
+ be NONE, INTEGRAL, or CONFIDENTIAL. NONE means that the application
794
+ does not require any transport guarantees. A value of INTEGRAL means
795
+ that the application requires that the data sent between the client
796
+ and server be sent in such a way that it can't be changed in transit.
797
+ CONFIDENTIAL means that the application requires that the data be
798
+ transmitted in a fashion that prevents other entities from observing
799
+ the contents of the transmission. In most cases, the presence of the
800
+ INTEGRAL or CONFIDENTIAL flag will indicate that the use of SSL is
801
+ required.
802
+ -->
803
+ <!ELEMENT transport-guarantee ( #PCDATA )>
804
+
805
+
806
+ <!--
807
+ Port used in port-info.
808
+ -->
809
+ <!ELEMENT wsdl-port ( namespaceURI, localpart )>
810
+
811
+ <!--
812
+ JAXRPC property values that should be set on a stub before it's returned to
813
+ to the web service client. The property names can be any properties supported
814
+ by the JAXRPC Stub implementation. See javadoc for javax.xml.rpc.Stub
815
+ -->
816
+ <!ELEMENT stub-property ( name, value )>
817
+
818
+ <!--
819
+ JAXRPC property values that should be set on a Call object before it's
820
+ returned to the web service client. The property names can be any
821
+ properties supported by the JAXRPC Call implementation. See javadoc
822
+ for javax.xml.rpc.Call
823
+ -->
824
+ <!ELEMENT call-property ( name, value )>
825
+
826
+ <!--
827
+ Runtime information about a web service.
828
+
829
+ wsdl-publish-location is optionally used to specify
830
+ where the final wsdl and any dependent files should be stored. This location
831
+ resides on the file system from which deployment is initiated.
832
+
833
+ -->
834
+ <!ELEMENT webservice-description ( webservice-description-name, wsdl-publish-location? )>
835
+
836
+ <!--
837
+ Unique name of a webservice within a module
838
+ -->
839
+ <!ELEMENT webservice-description-name ( #PCDATA )>
840
+
841
+ <!--
842
+ This is a valid URL pointing to a final WSDL document. It is optional.
843
+ If specified, the WSDL document at this URL will be used during
844
+ deployment instead of the WSDL document associated with the
845
+ service-ref in the standard deployment descriptor.
846
+
847
+ Examples :
848
+
849
+ // available via HTTP
850
+ <wsdl-override>http://localhost:8000/myservice/myport?WSDL</wsdl-override>
851
+
852
+ // in a file
853
+ <wsdl-override>file:/home/user1/myfinalwsdl.wsdl</wsdl-override>
854
+
855
+ -->
856
+ <!ELEMENT wsdl-override ( #PCDATA )>
857
+
858
+ <!--
859
+ file: URL of a directory to which a web-service-description's wsdl should be
860
+ published during deployment. Any required files will be published to this
861
+ directory, preserving their location relative to the module-specific
862
+ wsdl directory(META-INF/wsdl or WEB-INF/wsdl).
863
+
864
+ Example :
865
+
866
+ For an ejb.jar whose webservices.xml wsdl-file element contains
867
+ META-INF/wsdl/a/Foo.wsdl
868
+
869
+ <wsdl-publish-location>file:/home/user1/publish
870
+ </wsdl-publish-location>
871
+
872
+ The final wsdl will be stored in /home/user1/publish/a/Foo.wsdl
873
+
874
+ -->
875
+ <!ELEMENT wsdl-publish-location ( #PCDATA )>
876
+
877
+ <!--
878
+ The message-layer entity is used to define the value of the
879
+ auth-layer attribute of message-security-config elements.
880
+
881
+ Used in: message-security-config
882
+ -->
883
+ <!ENTITY % message-layer "(SOAP)">
884
+
885
+ <!--
886
+ The message-security-binding element is used to customize the
887
+ webservice-endpoint or port to provider binding; either by binding the
888
+ webservice-endpoint or port to a specific provider or by providing a
889
+ definition of the message security requirements to be enforced by the
890
+ provider.
891
+
892
+ These elements are typically NOT created as a result of the
893
+ deployment of an application. They need only be created when the
894
+ deployer or system administrator chooses to customize the
895
+ webservice-endpoint or port to provider binding.
896
+
897
+ The optional (repeating) message-security sub-element is used
898
+ to accomplish the latter; in which case the specified
899
+ message-security requirements override any defined with the
900
+ provider.
901
+
902
+ The auth-layer attribute identifies the message layer at which the
903
+ message-security requirements are to be enforced.
904
+
905
+ The optional provider-id attribute identifies the provider-config
906
+ and thus the authentication provider that is to be used to satisfy
907
+ the application specific message security requirements. If a value for
908
+ the provider-id attribute is not specified, and a default
909
+ provider is defined for the message layer, then it is used.
910
+ if a value for the provider-id attribute is not specified, and a
911
+ default provider is not defined at the layer, the authentication
912
+ requirements defined in the message-security-binding are not
913
+ enforced.
914
+
915
+ Default:
916
+ Used in: webservice-endpoint, port-info
917
+ -->
918
+ <!ELEMENT message-security-binding ( message-security* )>
919
+ <!ATTLIST message-security-binding
920
+ auth-layer %message-layer; #REQUIRED
921
+ provider-id CDATA #IMPLIED >
922
+
923
+ <!--
924
+ The message-security element describes message security requirements
925
+ that pertain to the request and response messages of the containing
926
+ endpoint, or port
927
+
928
+ When contained within a webservice-endpoint this element describes
929
+ the message security requirements that pertain to the request and
930
+ response messages of the containing endpoint. When contained within a
931
+ port-info of a service-ref this element describes the message security
932
+ requirements of the port of the referenced service.
933
+
934
+ The one or more contained message elements define the methods or operations
935
+ of the containing application, endpoint, or referenced service to which
936
+ the message security requirements apply.
937
+
938
+ Multiple message-security elements occur within a containing
939
+ element when it is necessary to define different message
940
+ security requirements for different messages within the encompassing
941
+ context. In such circumstances, the peer elements should not overlap
942
+ in the messages they pertain to. If there is any overlap in the
943
+ identified messages, no message security requirements apply to
944
+ the messages for which more than one message-security element apply.
945
+
946
+ Also, no message security requirements apply to any messages of
947
+ the encompassing context that are not identified by a message element.
948
+
949
+ Default:
950
+ Used in: webservice-endpoint, and port-info
951
+ -->
952
+ <!ELEMENT message-security ( message+, request-protection?, response-protection? )>
953
+
954
+ <!--
955
+ The message element identifies the methods or operations to which
956
+ the message security requirements apply.
957
+
958
+ The identified methods or operations are methods or operations of
959
+ the resource identified by the context in which the message-security
960
+ element is defined (e.g. the the resource identified by the
961
+ service-qname of the containing webservice-endpoint or service-ref).
962
+
963
+ An empty message element indicates that the security requirements
964
+ apply to all the methods or operations of the identified resource.
965
+
966
+ When operation-name is specified, the security
967
+ requirements defined in the containing message-security
968
+ element apply to all the operations of the endpoint
969
+ with the specified (and potentially overloaded) operation name.
970
+
971
+ Default:
972
+ Used in: message-security
973
+ -->
974
+ <!ELEMENT message ( java-method? | operation-name? )>
975
+
976
+ <!--
977
+ The java-method element is used to identify a method (or methods
978
+ in the case of an overloaded method-name) of the java class
979
+ indicated by the context in which the java-method is contained.
980
+
981
+ Default:
982
+ Used in: message
983
+ -->
984
+ <!ELEMENT java-method ( method-name, method-params? )>
985
+
986
+ <!--
987
+ The operation-name element is used to identify the WSDL name of an
988
+ operation of a web service.
989
+
990
+ Default:
991
+ Used in: message
992
+ -->
993
+ <!ELEMENT operation-name ( #PCDATA )>
994
+
995
+ <!--
996
+ The request-protection element describes the authentication requirements
997
+ that apply to a request.
998
+
999
+ The auth-source attribute defines a requirement for message layer
1000
+ sender authentication (e.g. username password) or content authentication
1001
+ (e.g. digital signature).
1002
+
1003
+ The auth-recipient attribute defines a requirement for message
1004
+ layer authentication of the reciever of a message to its sender (e.g. by
1005
+ XML encryption).
1006
+
1007
+ The before-content attribute value indicates that recipient
1008
+ authentication (e.g. encryption) is to occur before any
1009
+ content authentication (e.g. encrypt then sign) with respect
1010
+ to the target of the containing auth-policy.
1011
+
1012
+ An absent request-protection element is the recommended shorthand
1013
+ for a request-protection element with unspecified values for both the
1014
+ auth-source and auth-recipient attributes.
1015
+
1016
+ Default:
1017
+ Used in: message-security
1018
+
1019
+ * Expected evolution to support partial message protection:
1020
+ *
1021
+ * request-protection ( content-auth-policy* )
1022
+ *
1023
+ * If the request-protection element contains one or more
1024
+ * content-auth-policy sub-elements, they define the authentication
1025
+ * requirements to be applied to the identified request content. If multiple
1026
+ * content-auth-policy sub-elements are defined, a request sender must
1027
+ * satisfy the requirements independently, and in the specified order.
1028
+ *
1029
+ * The content-auth-policy element would be used to associate authentication
1030
+ * requirements with the parts of the request or response object identified
1031
+ * by the contained method-params or part-name-list sub-elements.
1032
+ *
1033
+ * The content-auth-policy element would be defined as follows:
1034
+ *
1035
+ * content-auth-policy ( method-params | part-name-list )
1036
+ * ATTLIST content-auth-policy
1037
+ * auth-source (sender | content) #IMPLIED
1038
+ * auth-recipient (before-content | after-content) #IMPLIED
1039
+ *
1040
+ * The part-name-list and part-name elements would be defined as follows:
1041
+ *
1042
+ * part-name-list ( part-name* )
1043
+ * part-name ( #PCDATA )
1044
+ *
1045
+ -->
1046
+ <!ELEMENT request-protection EMPTY >
1047
+ <!ATTLIST request-protection
1048
+ auth-source (sender | content) #IMPLIED
1049
+ auth-recipient (before-content | after-content) #IMPLIED>
1050
+
1051
+ <!--
1052
+ The response-protection element describes the authentication requirements
1053
+ that apply to a response.
1054
+
1055
+ The auth-source attribute defines a requirement for message layer
1056
+ sender authentication (e.g. username password) or content authentication
1057
+ (e.g. digital signature).
1058
+
1059
+ The auth-recipient attribute defines a requirement for message
1060
+ layer authentication of the reciever of a message to its sender (e.g. by
1061
+ XML encryption).
1062
+
1063
+ The before-content attribute value indicates that recipient
1064
+ authentication (e.g. encryption) is to occur before any
1065
+ content authentication (e.g. encrypt then sign) with respect
1066
+ to the target of the containing auth-policy.
1067
+
1068
+ An absent response-protection element is the recommended shorthand
1069
+ for a request-protection element with unspecified values for both the
1070
+ auth-source and auth-recipient attributes.
1071
+
1072
+ Default:
1073
+ Used in: message-security
1074
+
1075
+ * Expected evolution to support partial message protection:
1076
+ *
1077
+ * response-protection ( content-auth-policy* )
1078
+ *
1079
+ * see request-protection element for more details
1080
+ *
1081
+ -->
1082
+ <!ELEMENT response-protection EMPTY >
1083
+ <!ATTLIST response-protection
1084
+ auth-source (sender | content) #IMPLIED
1085
+ auth-recipient (before-content | after-content) #IMPLIED>