Leosac  0.8.0
Open Source Access Control
Leosac::Module::WSNotifier::WebServiceNotifier::TargetInfo Struct Reference

Some information for each webservice target. More...

+ Collaboration diagram for Leosac::Module::WSNotifier::WebServiceNotifier::TargetInfo:

Public Attributes

std::string url_
 
int connect_timeout_
 
int request_timeout_
 
bool verify_host_
 If SSL is enabled, do we perform certificate hostname validation ? More...
 
bool verify_peer_
 If SSL is enabled, do we perform certificate validation ? More...
 
std::string CA_info_file_
 Path to a CA bundle file. More...
 

Detailed Description

Some information for each webservice target.

Definition at line 67 of file WebServiceNotifier.hpp.

Member Data Documentation

◆ CA_info_file_

std::string Leosac::Module::WSNotifier::WebServiceNotifier::TargetInfo::CA_info_file_

Path to a CA bundle file.

Definition at line 83 of file WebServiceNotifier.hpp.

◆ connect_timeout_

int Leosac::Module::WSNotifier::WebServiceNotifier::TargetInfo::connect_timeout_

Definition at line 70 of file WebServiceNotifier.hpp.

◆ request_timeout_

int Leosac::Module::WSNotifier::WebServiceNotifier::TargetInfo::request_timeout_

Definition at line 71 of file WebServiceNotifier.hpp.

◆ url_

std::string Leosac::Module::WSNotifier::WebServiceNotifier::TargetInfo::url_

Definition at line 69 of file WebServiceNotifier.hpp.

◆ verify_host_

bool Leosac::Module::WSNotifier::WebServiceNotifier::TargetInfo::verify_host_

If SSL is enabled, do we perform certificate hostname validation ?

Definition at line 75 of file WebServiceNotifier.hpp.

◆ verify_peer_

bool Leosac::Module::WSNotifier::WebServiceNotifier::TargetInfo::verify_peer_

If SSL is enabled, do we perform certificate validation ?

Definition at line 79 of file WebServiceNotifier.hpp.


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