SecurityProtocolConfig

The protocol for the association between client and server.



Attributes Summary
stateful : booleanWhether the server keeps track of the session.
sessionGCInterval : intSpecifies how many times the thread should wake up and check for unused instances.
sessionGCIdleTime : intRepresents the number of minutes a session has to be unused before the session cleanup thread will discard it.
layers : IIOPLayer *  
targetRequires : SecurityProtocolQOPAllows setting quality of protection settings across multiple layers.

Attribute Details

stateful    -    Whether the server keeps track of the session.
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  



sessionGCInterval    -    Specifies how many times the thread should wake up and check for unused instances.
     data type:  int
     default Value:   unspecified



sessionGCIdleTime    -    Represents the number of minutes a session has to be unused before the session cleanup thread will discard it.
     data type:  int
     default Value:   unspecified



layers    -     
     data type: IIOPLayer*



targetRequires    -    Allows setting quality of protection settings across multiple layers.
     data type: SecurityProtocolQOP


Copyright IBM Corp. 1997-2004