SL3_ContextEstablishmentPolicy.cpp File Reference

#include "orbsvcs/Security/SL3_ContextEstablishmentPolicy.h"

Include dependency graph for SL3_ContextEstablishmentPolicy.cpp:

Include dependency graph

Go to the source code of this file.

Functions

 ACE_RCSID (Security, SL3_ContextEstablishmentPolicy,"SL3_ContextEstablishmentPolicy.cpp, v 1.3 2006/03/14 06:14:35 jtc Exp") TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO


Function Documentation

ACE_RCSID Security  ,
SL3_ContextEstablishmentPolicy  ,
"SL3_ContextEstablishmentPolicy.  cpp,
v 1.3 2006/03/14 06:14:35 jtc Exp" 
 

Definition at line 6 of file SL3_ContextEstablishmentPolicy.cpp.

References TAO_BEGIN_VERSIONED_NAMESPACE_DECL.

00008                                                                   :14:35 jtc Exp")
00009 
00010 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00011 
00012 TAO::SL3::ContextEstablishmentPolicy::ContextEstablishmentPolicy (
00013   SecurityLevel3::CredsDirective             creds_directive,
00014   const SecurityLevel3::OwnCredentialsList & creds_list,
00015   SecurityLevel3::FeatureDirective           use_client_auth,
00016   SecurityLevel3::FeatureDirective           use_target_auth,
00017   SecurityLevel3::FeatureDirective           use_confidentiality,
00018   SecurityLevel3::FeatureDirective           use_integrity)
00019   : creds_directive_ (creds_directive),
00020     creds_list_ (creds_list),
00021     use_client_auth_ (use_client_auth),
00022     use_target_auth_ (use_target_auth),
00023     use_confidentiality_ (use_confidentiality),
00024     use_integrity_ (use_integrity)
00025 {
00026 }


Generated on Thu Nov 9 13:51:18 2006 for TAO_Security by doxygen 1.3.6