April 2001
Intermediate to advanced
780 pages
23h 48m
English
<user-data-constraint>
<!ELEMENT user-data-constraint (description?, transport-guarantee)>
The
<user-data-constraint>
element is used to indicate how data communicated between the client
and container should be protected.
<security-constraint>
<web-resource-collection>
...
</web-resource-collection>
<user-data-constraint>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint>
</security-constraint>