Interface SecurityReplaceable::ClientSecurityContext

interface ClientSecurityContext
inherits from SecurityReplaceable::SecurityContext

SecurityReplaceable Enhancement.

A recognition that the information used to create the context from the vault may be necessary for querying and also note that a client oriented context is different from a server oriented context.



Attribute Index

association_options_used
Valid only after state reaches ClientEstablished or higher.
client_credentials
The specific credentials object used for invocation.
delegation_mode
Valid only afet staet reaches ClientEstablished or higher.
mech_data
This is the mechanism data used in init_sec_context.
server_options_required
Client Security Context: Accepting Options Of Target Probably from the IOR.
server_options_supported
Client Security Context: Accepting Options Of Target Probably from the IOR.
server_security_name
The security name of the target used to create the context with.
target_credentials
Credentails received from the peer.

Attributes

association_options_used
readonly attribute Security::AssociationOptions association_options_used;

Valid only after state reaches ClientEstablished or higher. The association option that was negotiated and used for this context.


client_credentials
readonly attribute SecurityLevel2::Credentials client_credentials;

The specific credentials object used for invocation. These credentials may be of the "own" or "received" type.


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.


mech_data
readonly attribute Security::Opaque mech_data;

This is the mechanism data used in init_sec_context.


server_options_required
readonly attribute Security::AssociationOptions server_options_required;

Client Security Context: Accepting Options Of Target Probably from the IOR.


server_options_supported
readonly attribute Security::AssociationOptions server_options_supported;

Client Security Context: Accepting Options Of Target Probably from the IOR.


server_security_name
readonly attribute Security::Opaque server_security_name;

The security name of the target used to create the context with.


target_credentials
readonly attribute SecurityLevel2::TargetCredentials target_credentials;

Credentails received from the peer.



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