Home | Trees | Indices | Help |
|
---|
|
Logic for determining if an entitlement certificate has permission to access a particular URL.
This logic exists in a separate module from the httpd authentication handler to prevent issues with mod_python imports not being available at unit test time.
|
|||
|
|||
boolean |
|
||
|
|
|||
log = logging.getLogger(__name__)
|
|
Returns if the specified certificate should be able to access a certain URL.
|
Tests to see if the given OID corresponds to a download URL value.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Sep 7 12:30:30 2010 | http://epydoc.sourceforge.net |