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.
readonly attribute Security::MechanismType mechanism;
The security mechanism used for this transport (security context).
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.
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).
Generated by the ORBacus IDL-to-HTML translator (non-commercial)