#include <UrlLogin.h>


Public Types | |
typedef char const * | MatchType |
Public Member Functions | |
virtual int | match (ACLData< char const * > *&, ACLFilledChecklist *) |
virtual bool | requiresRequest () const |
virtual const Acl::Options & | options () |
virtual bool | requiresRequest () const |
virtual bool | requiresReply () const |
virtual bool | valid () const |
Detailed Description
Definition at line 16 of file UrlLogin.h.
Member Typedef Documentation
◆ MatchType
|
inherited |
Definition at line 25 of file Strategy.h.
Member Function Documentation
◆ match()
|
virtual |
Implements ACLStrategy< char const * >.
Definition at line 19 of file UrlLogin.cc.
References debugs, ACLData< M >::match(), MAX_URL, ACLFilledChecklist::request, rfc1738_unescape(), HttpRequest::url, and AnyP::Uri::userInfo().
◆ options()
|
inlinevirtualinherited |
Reimplemented in ACLServerNameStrategy, and ACLDestinationDomainStrategy.
Definition at line 28 of file Strategy.h.
◆ requiresReply()
|
inlinevirtualinherited |
Definition at line 32 of file Strategy.h.
◆ requiresRequest() [1/2]
|
inlinevirtualinherited |
Definition at line 30 of file Strategy.h.
◆ requiresRequest() [2/2]
|
inlinevirtual |
Definition at line 21 of file UrlLogin.h.
◆ valid()
|
inlinevirtualinherited |
Definition at line 34 of file Strategy.h.
The documentation for this class was generated from the following files:
- src/acl/UrlLogin.h
- src/acl/UrlLogin.cc