SecurityProtocolConfig

The protocol for the association between client and server.



Attributes Summary
stateful : BooleanWhether the server keeps track of the session.
sessionGCInterval : IntegerSpecifies how many times the thread should wake up and check for unused instances.
sessionGCIdleTime : IntegerRepresents 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



sessionGCInterval    -    Specifies how many times the thread should wake up and check for unused instances.
     data type:  Integer
     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:  Integer
     default Value:   unspecified



layers    -     
     data type: IIOPLayer*



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


Copyright IBM Corp. 1996-2002