ILIAS
Release_3_10_x_branch Revision 61812
|
HTTPS. More...
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().
ilHTTPS::__readProtectedScripts | ( | ) |
Definition at line 86 of file class.ilHTTPS.php.
Referenced by ilHTTPS().
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().
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().
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().
ilHTTPS::ilHTTPS | ( | ) |
Definition at line 42 of file class.ilHTTPS.php.
References $ilSetting, __readProtectedClasses(), and __readProtectedScripts().
ilHTTPS::isDetected | ( | ) |
check if https is detected
Definition at line 104 of file class.ilHTTPS.php.
References $headerName.
Referenced by enableSecureCookies().
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.