|
ILIAS
Release_3_10_x_branch Revision 61812
|
HTTPS. More...
Collaboration diagram for ilHTTPS:Public Member Functions | |
| ilHTTPS () | |
| checkPort () | |
| check if current port usage is right: if https should be used than redirection is done, to http otherwise. | |
| __readProtectedScripts () | |
| isDetected () | |
| check if https is detected | |
| __readProtectedClasses () | |
| _checkHTTPS () | |
| static method to check if https connections are possible for this server public | |
| _checkHTTP () | |
| static method to check if http connections are possible for this server | |
| enableSecureCookies () | |
| enable secure cookies | |
Data Fields | |
| $enabled = false | |
| $protected_scripts = array() | |
| $automaticHTTPSDetectionEnabled = false | |
| $headerName = false | |
| $headerValue = false | |
HTTPS.
Definition at line 33 of file class.ilHTTPS.php.
| ilHTTPS::__readProtectedClasses | ( | ) |
Definition at line 131 of file class.ilHTTPS.php.
Referenced by ilHTTPS().
Here is the caller graph for this function:| ilHTTPS::__readProtectedScripts | ( | ) |
Definition at line 86 of file class.ilHTTPS.php.
Referenced by ilHTTPS().
Here is the caller graph for this function:| ilHTTPS::_checkHTTP | ( | ) |
static method to check if http connections are possible for this server
public
Definition at line 160 of file class.ilHTTPS.php.
Referenced by ilSecuritySettings\validate().
Here is the caller graph for this function:| ilHTTPS::_checkHTTPS | ( | ) |
static method to check if https connections are possible for this server public
Definition at line 142 of file class.ilHTTPS.php.
Referenced by ilSecuritySettings\validate().
Here is the caller graph for this function:| ilHTTPS::checkPort | ( | ) |
check if current port usage is right: if https should be used than redirection is done, to http otherwise.
Definition at line 63 of file class.ilHTTPS.php.
| ilHTTPS::enableSecureCookies | ( | ) |
enable secure cookies
public
| @return |
Definition at line 179 of file class.ilHTTPS.php.
References $ilLog, and isDetected().
Here is the call graph for this function:| ilHTTPS::ilHTTPS | ( | ) |
Definition at line 42 of file class.ilHTTPS.php.
References $ilSetting, __readProtectedClasses(), and __readProtectedScripts().
Here is the call graph for this function:| ilHTTPS::isDetected | ( | ) |
check if https is detected
Definition at line 104 of file class.ilHTTPS.php.
References $headerName.
Referenced by enableSecureCookies().
Here is the caller graph for this function:| ilHTTPS::$automaticHTTPSDetectionEnabled = false |
Definition at line 38 of file class.ilHTTPS.php.
| ilHTTPS::$enabled = false |
Definition at line 35 of file class.ilHTTPS.php.
| ilHTTPS::$headerName = false |
Definition at line 39 of file class.ilHTTPS.php.
Referenced by isDetected().
| ilHTTPS::$headerValue = false |
Definition at line 40 of file class.ilHTTPS.php.
| ilHTTPS::$protected_scripts = array() |
Definition at line 36 of file class.ilHTTPS.php.