Represents information gathered from an incoming SSL connection and used for authentication and authorization. More...
#include <Glacier2/Glacier2.h>
| Public Member Functions | |
| void | ice_printFields (std::ostream &os) const | 
| Outputs the name and value of each field of this instance to the stream. | |
| std::tuple< const std::string &, const std::int32_t &, const std::string &, const std::int32_t &, const std::string &, const ::Ice::StringSeq & > | ice_tuple () const | 
| Creates a tuple with all the fields of this struct. | |
| Public Attributes | |
| ::Ice::StringSeq | certs | 
| The certificate chain. | |
| std::string | cipher | 
| The negotiated cipher suite. | |
| std::string | localHost | 
| The router's host. | |
| std::int32_t | localPort | 
| The router's port. | |
| std::string | remoteHost | 
| The remote host. | |
| std::int32_t | remotePort | 
| The remote port. | |
Represents information gathered from an incoming SSL connection and used for authentication and authorization.