Interface OCI::SECIOP::TransportInfo

interface TransportInfo
inherits from OCI::TransportInfo, OCI::Security::TransportInfo

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.

See Also:
OCI::Transport
OCI::TransportInfo


Attribute Index

client_context_id
The Client Context Identifier used to set up the Security Context in SECIOP.
lower_transport_info
The lower transport information object.
target_context_id
The Target Context Identifier used to set up the Security Context in SECIOP.
target_id_valid
The designator determining which context id, client_context_id or target_context_id, is valid.

Attributes

client_context_id
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.


lower_transport_info
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.


target_context_id
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.


target_id_valid
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)