#include <SslErrorData.h>
Public Member Functions | |
ACLSslErrorData ()=default | |
~ACLSslErrorData () override | |
bool | match (const Security::CertErrors *) override |
SBufList | dump () const override |
void | parse () override |
bool | empty () const override |
virtual const Acl::Options & | lineOptions () |
supported ACL "line" options (e.g., "-i") More... | |
virtual void | prepareForUse () |
Public Attributes | |
Security::Errors | values |
Private Member Functions | |
MEMPROXY_CLASS (ACLSslErrorData) | |
Detailed Description
Definition at line 16 of file SslErrorData.h.
Constructor & Destructor Documentation
◆ ACLSslErrorData()
|
default |
◆ ~ACLSslErrorData()
|
inlineoverride |
Definition at line 22 of file SslErrorData.h.
Member Function Documentation
◆ dump()
|
overridevirtual |
Implements ACLData< const Security::CertErrors * >.
Definition at line 26 of file SslErrorData.cc.
References Ssl::GetErrorName(), and values.
◆ empty()
|
inlineoverridevirtual |
Implements ACLData< const Security::CertErrors * >.
Definition at line 26 of file SslErrorData.h.
References values.
◆ lineOptions()
|
inlinevirtualinherited |
◆ match()
|
overridevirtual |
Implements ACLData< const Security::CertErrors * >.
Definition at line 16 of file SslErrorData.cc.
References CbDataList< C >::next, and values.
◆ MEMPROXY_CLASS()
|
private |
◆ parse()
|
overridevirtual |
Implements ACLData< const Security::CertErrors * >.
Definition at line 36 of file SslErrorData.cc.
References Ssl::ParseErrorString(), ConfigParser::strtokFile(), and values.
◆ prepareForUse()
|
inlinevirtualinherited |
Member Data Documentation
◆ values
Security::Errors ACLSslErrorData::values |
The documentation for this class was generated from the following files:
- src/acl/SslErrorData.h
- src/acl/SslErrorData.cc