ACLSslErrorStrategy Class Referenceabstract
#include <SslError.h>
Inheritance diagram for ACLSslErrorStrategy:

Collaboration diagram for ACLSslErrorStrategy:

Public Types | |
typedef const Security::CertErrors * | MatchType |
Public Member Functions | |
int | match (ACLData< MatchType > *&, ACLFilledChecklist *) override |
virtual const Acl::Options & | options () |
virtual int | match (ACLData< const Security::CertErrors * > *&, ACLFilledChecklist *)=0 |
virtual bool | requiresRequest () const |
virtual bool | requiresReply () const |
virtual bool | valid () const |
Detailed Description
Definition at line 15 of file SslError.h.
Member Typedef Documentation
◆ MatchType
|
inherited |
Definition at line 25 of file Strategy.h.
Member Function Documentation
◆ match() [1/2]
|
pure virtualinherited |
◆ match() [2/2]
|
override |
Definition at line 15 of file SslError.cc.
References ACLData< M >::match(), and ACLFilledChecklist::sslErrors.
◆ options()
|
inlinevirtualinherited |
Definition at line 28 of file Strategy.h.
◆ requiresReply()
|
inlinevirtualinherited |
Definition at line 32 of file Strategy.h.
◆ requiresRequest()
|
inlinevirtualinherited |
Definition at line 30 of file Strategy.h.
◆ valid()
|
inlinevirtualinherited |
Definition at line 34 of file Strategy.h.
The documentation for this class was generated from the following files:
- src/acl/SslError.h
- src/acl/SslError.cc