MessageQOP



Inherits from type QualityOfProtection and adds the following.

Attributes Summary
establishTrustInClient : booleanIf enabled, client is expected to authenticate with server over message layer by specifying a userid and a password.
enableReplayDetection : booleanIf enabled, in case of target_supports, server can detect replay of requests and request fragments; in case of target_requires, server requires security association to detect replay.
enableOutOfSequenceDetection : booleanIf enabled, in the case of target_supports, target can detect sequence errors of request (and requests fragments); in the case of target_requires, target requires security associations to detect message sequence errors.

Attribute Details

establishTrustInClient    -    If enabled, client is expected to authenticate with server over message layer by specifying a userid and a password.
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  



enableReplayDetection    -    If enabled, in case of target_supports, server can detect replay of requests and request fragments; in case of target_requires, server requires security association to detect replay.
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  



enableOutOfSequenceDetection    -    If enabled, in the case of target_supports, target can detect sequence errors of request (and requests fragments); in the case of target_requires, target requires security associations to detect message sequence errors.
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  


Copyright IBM Corp. 1997-2004