This type is a class for model objects.
The user-data-constraint element is used to indicate how data communicated between the client and container should be protected
Package: webapplicationAttributes Summary | |
description : EString | @version J2EE1.4 deprecated, becomes descriptions A description for the user data constraint. |
transportGuarantee : TransportGuaranteeType | 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. |
secConstraint : SecurityConstraint @ | * No description is available * |
descriptions : Description * | @version J2EE1.4 |
Attribute Details |