|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct ($request) | |
| applies () | |
| effect () | |
Public Member Functions inherited from AuthorizationPolicy | |
| addAuthorizedContextObject ($assocType, &$authorizedObject) | |
| & | getAdvice ($adviceType) |
| & | getAuthorizedContext () |
| & | getAuthorizedContextObject ($assocType) |
| hasAdvice ($adviceType) | |
| hasAuthorizedContextObject ($assocType) | |
| setAdvice ($adviceType, &$adviceContent) | |
| setAuthorizedContext (&$authorizedContext) | |
Data Fields | |
| $_request | |
Data Fields inherited from AuthorizationPolicy | |
| $_advice = array() | |
| $_authorizedContext = array() | |
Class to control access to handler operations based on protocol.
Definition at line 17 of file HttpsPolicy.inc.php.
| HttpsPolicy::__construct | ( | $request | ) |
Constructor
| $request | PKPRequest |
Reimplemented from AuthorizationPolicy.
Definition at line 29 of file HttpsPolicy.inc.php.
References AuthorizationPolicy\setAdvice().
| HttpsPolicy::applies | ( | ) |
Reimplemented from AuthorizationPolicy.
Definition at line 44 of file HttpsPolicy.inc.php.
References Config\getVar().
| HttpsPolicy::effect | ( | ) |
Reimplemented from AuthorizationPolicy.
Definition at line 51 of file HttpsPolicy.inc.php.
| PKPRequest HttpsPolicy::$_request |
Definition at line 22 of file HttpsPolicy.inc.php.