Administration Console Online Help

 Previous Next Contents Index  

 


User Data Constraint --> Configuration

Tasks     Additional Documentation     Attributes

Overview

Use this tab to define the user-data-constraint element, which specifies how the client will communicate with the server. Select from among the modes NONE, INTEGRAL, and CONFIDENTIAL.

INTEGRAL—The application requires that the data be sent between the client and server in such a way that it cannot be changed in transit.

CONFIDENTIAL—The application requires that data be transmitted so as to prevent other entities from observing the contents of the transmission.

Tasks

Configuring a New Web Application or Web Service

Using the Web Application Deployment Descriptor Editor

Additional Documentation

(Requires an Internet connection.)

web.xml Deployment Descriptor Elements

Attributes

Attribute Label

Description

Value Constraints

Description

Attribute: Description

Configurable: yes

Readable: yes

Writable: yes

Transport Guarantee

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.

Attribute: TransportGuarantee

Default: "NONE"

Valid values:

  • "NONE"

  • "INTEGRAL"

  • "CONFIDENTIAL"

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next