org.eclipse.jst.j2ee.webapplication
Interface UserDataConstraint

All Superinterfaces:
J2EEEObject

public interface UserDataConstraint
extends J2EEEObject

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

Since:
1.0

Method Summary
 java.lang.String getDescription()
           
 EList getDescriptions()
          Returns the value of the 'Descriptions' containment reference list.
 SecurityConstraint getSecConstraint()
           
 TransportGuaranteeType getTransportGuarantee()
           
 boolean isSetTransportGuarantee()
          Returns whether the value of the 'Transport Guarantee' attribute is set
 void setDescription(java.lang.String value)
           
 void setSecConstraint(SecurityConstraint value)
           
 void setTransportGuarantee(TransportGuaranteeType value)
          Sets the value of the 'Transport Guarantee' attribute
 void unsetTransportGuarantee()
          Unsets the value of the 'Transport Guarantee' attribute
 

Method Detail

getDescription

public java.lang.String getDescription()
Returns:
The value of the Description attribute A description for the user data constraint.

setDescription

public void setDescription(java.lang.String value)
Parameters:
value - The new value of the Description attribute

getTransportGuarantee

public TransportGuaranteeType getTransportGuarantee()
Returns:
The value of the TransportGuarantee attribute 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.

setTransportGuarantee

public void setTransportGuarantee(TransportGuaranteeType value)
Sets the value of the 'Transport Guarantee' attribute.

Parameters:
value - the new value of the 'Transport Guarantee' attribute.
See Also:
TransportGuaranteeType, isSetTransportGuarantee(), unsetTransportGuarantee(), getTransportGuarantee()

unsetTransportGuarantee

public void unsetTransportGuarantee()
Unsets the value of the 'Transport Guarantee' attribute.

See Also:
isSetTransportGuarantee(), getTransportGuarantee(), setTransportGuarantee(TransportGuaranteeType)

isSetTransportGuarantee

public boolean isSetTransportGuarantee()
Returns whether the value of the 'Transport Guarantee' attribute is set.

Returns:
whether the value of the 'Transport Guarantee' attribute is set.
See Also:
unsetTransportGuarantee(), getTransportGuarantee(), setTransportGuarantee(TransportGuaranteeType)

getSecConstraint

public SecurityConstraint getSecConstraint()
Returns:
The SecConstraint reference

setSecConstraint

public void setSecConstraint(SecurityConstraint value)
Parameters:
value - The new value of the SecConstraint reference

getDescriptions

public EList getDescriptions()
Returns the value of the 'Descriptions' containment reference list. The list contents are of type Description.

If the meaning of the 'Descriptions' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Descriptions' containment reference list.
See Also:
WebapplicationPackage.getUserDataConstraint_Descriptions()