Information on an SECIOP OCI Connector object.
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 and the security context has been established, i.e. a valid transport has been created from this connector.
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 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 and the security context has been established, i.e. a valid transport has been created from this connector.
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)