UserDataConstraint

The user-data-constraint element is used to indicate how data communicated between the client and container should be protected



Attributes Summary
description : String@since J2EE1.
transportGuarantee : TransportGuaranteeTypeThe transport-guarantee element specifies that the communication between client and server should be NONE, INTEGRAL, or CONFIDENTIAL.
secConstraint :   
descriptions : Description * @since J2EE1.

Attribute Details

description    -    @since J2EE1.4 deprecated, becomes descriptionsA description for the user data constraint.
     data type:  String
     default Value:   unspecified



transportGuarantee    -    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 anytransport 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.
     data type: TransportGuaranteeType
     default Value:   unspecified
     Allowed Values:  NONE   INTEGRAL   CONFIDENTIAL  



secConstraint    -     
     data type: 



descriptions    -    @since J2EE1.4
     data type: Description*


Copyright IBM Corp. 1997-2004