Information on an SECIOP OCI Transport object. Each Transport Object represents an Established Security Context negotiated between a client and a target over a type of transport stacked under this transport, such as IIOP.
readonly attribute SECIOP::ContextId client_context_id;
The Client Context Identifier used to set up the Security Context in SECIOP. This identifier is used by the client to establish the context. Usually, the client will trade it for the server supplied identifier. Note: This attribute's value has valid meaning only if target_id_valid attribute is false.
readonly attribute TransportInfo lower_transport_info;
The lower transport information object. Since SECIOP is built on top of a connection based transport, such as IIOP, this object gives the information for that transport.
readonly attribute SECIOP::ContextId target_context_id;
The Target Context Identifier used to set up the Security Context in SECIOP. This identifier is usually used by the both the client and target once the context is established. Note: this attribute value has valid meaning only if the target_id_valid attribute is true.
readonly attribute boolean target_id_valid;
The designator determining which context id, client_context_id or target_context_id, is valid.
Generated by the ORBacus IDL-to-HTML translator (non-commercial)