Interface OCI::Security::TransportInfo

interface TransportInfo
inherits from OCI::TransportInfo

Information on an Security 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

mechanism
The security mechanism used for this transport (security context).
orientation
The orientation of the transport.
peer_credentials
The Peer's Credentials.

Attributes

mechanism
readonly attribute Security::MechanismType mechanism;

The security mechanism used for this transport (security context).


orientation
readonly attribute Orientation orientation;

The orientation of the transport. Transports are in Client mode if they were created by a Connector. The transport is in the Server mode, if it was created by the Acceptor.


peer_credentials
readonly attribute SecurityLevel2::Credentials peer_credentials;

The Peer's Credentials.

If this transport is in "server" mode, accessing this attribute represents the credentials of the client (SecurityLevel2::ReceivedCredentials).

If this transport is in "client" mode, accessing this attribute represents the credentials of the target (SecurityLevel2::TargetCredentials).

See Also:
SecurityLevel2::Credentials;


Generated by the ORBacus IDL-to-HTML translator (non-commercial)