Kanzi Connect 3.9.10
kanzi::connect::ServerConfig::Identity Class Reference

Server identity related attributes. More...

#include <serverconfig.hpp>

Inheritance diagram for kanzi::connect::ServerConfig::Identity:
kanzi::connect::ServerConfig::AttributeProviderBase

Public Member Functions

 Identity ()
 ctor
 
virtual ~Identity () override=default
 dtor
 
- Public Member Functions inherited from kanzi::connect::ServerConfig::AttributeProviderBase
AttributeListgetAttributes ()
 Retrieve attributes.
 
const AttributeListgetAttributes () const
 Retrieve attributes.
 
virtual ~AttributeProviderBase ()=default
 

Static Public Attributes

static const string DEFAULT_SERVER_NAME
 Default name for the server.
 
static const string SERVER_NAME_KEY
 Attribute name for the server name attribute.
 

Additional Inherited Members

- Protected Attributes inherited from kanzi::connect::ServerConfig::AttributeProviderBase
AttributeList m_attributes
 attribute data
 

Detailed Description

Server identity related attributes.

Constructor & Destructor Documentation

◆ Identity()

kanzi::connect::ServerConfig::Identity::Identity ( )
explicit

ctor

◆ ~Identity()

virtual kanzi::connect::ServerConfig::Identity::~Identity ( )
overridevirtualdefault

dtor

Member Data Documentation

◆ DEFAULT_SERVER_NAME

const string kanzi::connect::ServerConfig::Identity::DEFAULT_SERVER_NAME
static

Default name for the server.

◆ SERVER_NAME_KEY

const string kanzi::connect::ServerConfig::Identity::SERVER_NAME_KEY
static

Attribute name for the server name attribute.


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