Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
Glacier2::SSLInfo Struct Reference

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.

Detailed Description

Represents information gathered from an incoming SSL connection and used for authentication and authorization.

See also
SSLPermissionsVerifier

Definition at line 41 of file SSLInfo.h.


The documentation for this struct was generated from the following file: