transport-guarantee

Java Servlet Programming, 2nd Edition > C. Deployment Descriptor DTD Reference > <transport-guarantee>

 
< BACKCONTINUE >
<transport-guarantee>

Synopsis

<!ELEMENT transport-guarantee (#PCDATA)>

Description

The <transport-guarantee> element specifies that the communication between client and server should be NONE, INTEGRAL, or CONFIDENTIAL. NONE means that the application does not require any transport guarantees. A value of INTEGRAL means that the application requires that the data sent between the client and server be sent in such a way that it can't be changed in transit. CONFIDENTIAL means that the application requires that the data be transmitted in a fashion that prevents other entities from observing the contents of the transmission. In most cases, the presence of the INTEGRAL or CONFIDENTIAL flag will indicate that the use of SSL is required.

<user-data-constraint>     <transport-guarantee>CONFIDENTIAL</transport-guarantee> </user-data-constraint>


Last updated on 3/20/2003
Java Servlet Programming, 2nd Edition, © 2001 O'Reilly

< BACKCONTINUE >


Java servlet programming
Java Servlet Programming (Java Series)
ISBN: 0596000405
EAN: 2147483647
Year: 2000
Pages: 223

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net