TAO::SSLIOP::Current Class ReferenceImplementation of the TAO SSLIOP::Current extension. More...
Inheritance diagram for TAO::SSLIOP::Current:
![]()
Collaboration diagram for TAO::SSLIOP::Current:
![]()
Detailed DescriptionImplementation of the TAO SSLIOP::Current extension.This object can be used to obtain SSL session related information about the current execution context. For example, SSL peer certificate chains for the current request can be obtained from this object. Member Typedef Documentation
Reimplemented from CORBA::LocalObject.
Reimplemented from CORBA::LocalObject.
Reimplemented from CORBA::LocalObject.
Constructor & Destructor Documentation
Constructor.
Destructor.
Prevent copying through the copy constructor and the assignment operator.
Member Function Documentation
Return the peer certificate associated with the current request. Implements SSLIOP::Current.
Return the certificate chain associated with the current execution context. If no SSL session is being used for the request or upcall, then the NoContext exception is raised. On the client side, the chain does include the peer (server) certficate. However, the certificate chain on the server side does NOT contain the peer (client) certificate. Implements SSLIOP::Current.
This method is mostly useful as an inexpensive means of determining whether or not SSL session state is available.
Implements SSLIOP::Current.
Set the TSS slot ID assigned to this object.
Setup the Current.
Teardown the Current for this request.
Reimplemented from CORBA::LocalObject.
Reimplemented from CORBA::LocalObject.
Reimplemented from CORBA::Object.
Set the TSS SSLIOP::Current implementation.
Return the TSS SSLIOP::Current implementation.
Prevent copying through the copy constructor and the assignment operator.
Member Data Documentation
TSS slot assigned to this object.
Pointer to the ORB Core corresponding to the ORB with which this object is registered. Reimplemented from CORBA::Object.
The documentation for this class was generated from the following files: Generated on Mon Sep 15 08:40:51 2008 for TAO_SSLIOP by ![]() |