| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
httxobject.HttxObject --+
|
httxpassmanager.HttxPassManager --+
|
HttxCertReqManager
A subclass of HttxPassManager to hold the requirement for server certificate validation in https connections.
It stores the requirement on a per url basis by transforming the enumeration value into a string on storage and undoing the operation on retrieval
A catch_all empty string can be used to validate against any url
|
|||
|
|||
|
|||
| int |
|
||
|
Inherited from Inherited from |
|||
|
|||
certReqs = mapping of enumeration to string for storage |
|||
certReqsInv = inverse mapping of enumeration to string for storage |
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Constructor. It delegates construction to the base class HttxPassManager
|
Add validation requirement for the given url
|
Retrieve validation requirement for the given url
|
|
|||
certReqsmapping of enumeration to string for storage
|
certReqsInvinverse mapping of enumeration to string for storage
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Aug 13 14:56:41 2011 | http://epydoc.sourceforge.net |