TAO::Null_SSL_State_Guard Class Reference

This class sets up null TSS SSL state upon instantiation, and restores the previous TSS SSL state when that instance goes out of scope. More...

#include <IIOP_SSL_Connection_Handler.h>

Collaboration diagram for TAO::Null_SSL_State_Guard:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Null_SSL_State_Guard (TAO::SSLIOP::Current_ptr current, int &result)
 Constructor that sets up the null TSS SSL state.
 ~Null_SSL_State_Guard (void)
 Destructor that restores the previous TSS SSL state.

Private Attributes

TAO::SSLIOP::Current_Implprevious_current_impl_
TAO::SSLIOP::Current_ptr current_
 Reference to the SSLIOP::Current object.
bool setup_done_

Detailed Description

This class sets up null TSS SSL state upon instantiation, and restores the previous TSS SSL state when that instance goes out of scope.

This guard is used to make TSS SSL state configuration and deconfiguration during an upcall exception safe. Exceptions are not supposed to be propagated up to the scope this guard is used in, so this guard may be unnecessary. However, since proper TSS SSL state configuration/deconfiguration is critical to proper security support, this guard is used to ensure that configuration/deconfiguration is exception safe.


Constructor & Destructor Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE TAO::Null_SSL_State_Guard::Null_SSL_State_Guard ( TAO::SSLIOP::Current_ptr  current,
int &  result 
)

Constructor that sets up the null TSS SSL state.

ACE_INLINE TAO::Null_SSL_State_Guard::~Null_SSL_State_Guard ( void   ) 

Destructor that restores the previous TSS SSL state.


Member Data Documentation

TAO::SSLIOP::Current_Impl* TAO::Null_SSL_State_Guard::previous_current_impl_ [private]

It is stored here until the invocation completes, after which it placed back into TSS.

TAO::SSLIOP::Current_ptr TAO::Null_SSL_State_Guard::current_ [private]

Reference to the SSLIOP::Current object.

bool TAO::Null_SSL_State_Guard::setup_done_ [private]

Flag that specifies whether or not setup of the SSLIOP::Current object completed for the current thread and invocation.


The documentation for this class was generated from the following files:
Generated on Mon Jun 25 17:04:53 2007 for TAO_SSLIOP by  doxygen 1.5.2-2