#include <SL3_ContextEstablishmentPolicy.h>
Inheritance diagram for TAO::SL3::ContextEstablishmentPolicy:
Public Member Functions | |
ContextEstablishmentPolicy (SecurityLevel3::CredsDirective creds_directive, const SecurityLevel3::OwnCredentialsList &creds_list, SecurityLevel3::FeatureDirective use_client_auth, SecurityLevel3::FeatureDirective use_target_auth, SecurityLevel3::FeatureDirective use_confidentiality, SecurityLevel3::FeatureDirective use_integrity) | |
Constructor. | |
SecurityLevel3::ContextEstablishmentPolicy Methods | |
Methods required by the SecurityLevel3::ContextEstablishmentPolicy interface. | |
virtual SecurityLevel3::CredsDirective | creds_directive (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
virtual SecurityLevel3::OwnCredentialsList * | creds_list (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
virtual SecurityLevel3::FeatureDirective | use_client_auth (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
virtual SecurityLevel3::FeatureDirective | use_target_auth (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
virtual SecurityLevel3::FeatureDirective | use_confidentiality (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
virtual SecurityLevel3::FeatureDirective | use_integrity (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
virtual CORBA::PolicyType | policy_type (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
virtual CORBA::Policy_ptr | copy (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
virtual void | destroy (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
Protected Member Functions | |
~ContextEstablishmentPolicy (void) | |
Destructor. | |
Private Attributes | |
SecurityLevel3::CredsDirective | creds_directive_ |
SecurityLevel3::OwnCredentialsList | creds_list_ |
SecurityLevel3::FeatureDirective | use_client_auth_ |
SecurityLevel3::FeatureDirective | use_target_auth_ |
SecurityLevel3::FeatureDirective | use_confidentiality_ |
SecurityLevel3::FeatureDirective | use_integrity_ |
|
Constructor.
|
|
Destructor. Protected destructor to enforce proper memory management through the reference counting mechanism. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|