| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
HTTPS. More...
 Collaboration diagram for ilHTTPS:
 Collaboration diagram for ilHTTPS:| Public Member Functions | |
| ilHTTPS () | |
| use ilHTTPS::getInstance() | |
| 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 | |
| Static Public Member Functions | |
| static | getInstance () | 
| Get https instance. | |
| Data Fields | |
| $enabled = false | |
| $protected_scripts = array() | |
| $automaticHTTPSDetectionEnabled = false | |
| $headerName = false | |
| $headerValue = false | |
| Static Private Attributes | |
| static | $instance = null | 
HTTPS.
Definition at line 13 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:
 Here is the caller graph for this function:| ilHTTPS::__readProtectedScripts | ( | ) | 
Definition at line 85 of file class.ilHTTPS.php.
Referenced by ilHTTPS().
 Here is the caller graph for this function:
 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 164 of file class.ilHTTPS.php.
| ilHTTPS::_checkHTTPS | ( | ) | 
static method to check if https connections are possible for this server public
Definition at line 146 of file class.ilHTTPS.php.
Referenced by ilSecuritySettings\validate().
 Here is the caller graph for this function:
 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 62 of file class.ilHTTPS.php.
| ilHTTPS::enableSecureCookies | ( | ) | 
enable secure cookies
public
| @return | 
Definition at line 183 of file class.ilHTTPS.php.
References $ilLog, IL_COOKIE_PATH, and isDetected().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
Get https instance.
Definition at line 48 of file class.ilHTTPS.php.
References $instance, and ilHTTPS().
Referenced by ilUtil\deliverData(), and ilUtil\deliverFile().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilHTTPS::ilHTTPS | ( | ) | 
Definition at line 28 of file class.ilHTTPS.php.
References $ilSetting, __readProtectedClasses(), and __readProtectedScripts().
Referenced by getInstance().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller 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:
 Here is the caller graph for this function:| ilHTTPS::$automaticHTTPSDetectionEnabled = false | 
Definition at line 20 of file class.ilHTTPS.php.
| ilHTTPS::$enabled = false | 
Definition at line 17 of file class.ilHTTPS.php.
| ilHTTPS::$headerName = false | 
Definition at line 21 of file class.ilHTTPS.php.
Referenced by isDetected().
| ilHTTPS::$headerValue = false | 
Definition at line 22 of file class.ilHTTPS.php.
| 
 | staticprivate | 
Definition at line 15 of file class.ilHTTPS.php.
Referenced by getInstance().
| ilHTTPS::$protected_scripts = array() | 
Definition at line 18 of file class.ilHTTPS.php.