Interface SecurityReplaceable::ServerSecurityContext

interface ServerSecurityContext
inherits from SecurityReplaceable::SecurityContext

This object is the Sever Side Context that was generated from the vaults accept_security_context operation.



Attribute Index

association_options_used
The association option that was negotiated and used for this context.
delegation_mode
Valid only afet staet reaches ClientEstablished or higher.
received_credentials
Credentails received from the peer.
server_credentials
Specific server side credentials used to establish context.
server_options_required
Server Security Context: Accepting Options of Credentials used
server_options_supported
Server Security Context: Accepting Options of Credentials used
server_security_name
Target's Security Name: From Server Credentials.

Attributes

association_options_used
readonly attribute Security::AssociationOptions association_options_used;

The association option that was negotiated and used for this context.


delegation_mode
readonly attribute Security::DelegationMode delegation_mode;

Valid only afet staet reaches ClientEstablished or higher. The delegeation mode that was negotiated and used for this context.


received_credentials
readonly attribute SecurityLevel2::ReceivedCredentials received_credentials;

Credentails received from the peer.


server_credentials
readonly attribute SecurityLevel2::Credentials server_credentials;

Specific server side credentials used to establish context.


server_options_required
readonly attribute Security::AssociationOptions server_options_required;

Server Security Context: Accepting Options of Credentials used


server_options_supported
readonly attribute Security::AssociationOptions server_options_supported;

Server Security Context: Accepting Options of Credentials used


server_security_name
readonly attribute Security::Opaque server_security_name;

Target's Security Name: From Server Credentials.



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