ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
getServerHTTPS () | |
getServerPort () | |
addURLParameters ($url, $parameters) | |
checkSessionCookie ($retryURL=null) | |
checkURLAllowed ($url, array $trustedSites=null) | |
fetch ($url, $context=array(), $getHeaders=false) | |
getAcceptLanguage () | |
guessBasePath () | |
getBaseURL () | |
getFirstPathElement ($trailingslash=true) | |
getPOSTRedirectURL ($destination, $data) | |
getSelfHost () | |
getSelfHostWithNonStandardPort () | |
getSelfHostWithPath () | |
getSelfURL () | |
getSelfURLHost () | |
getSelfURLNoQuery () | |
isHTTPS () | |
normalizeURL ($url) | |
parseQueryString ($query_string) | |
redirectTrustedURL ($url, $parameters=array()) | |
redirectUntrustedURL ($url, $parameters=array()) | |
resolveURL ($url, $base=null) | |
setCookie ($name, $value, $params=null, $throw=true) | |
submitPOSTData ($destination, $data) | |
Definition at line 10 of file HttpAdapter.php.
SimpleSAML\Utils\HttpAdapter::addURLParameters | ( | $url, | |
$parameters | |||
) |
SimpleSAML\Utils\HttpAdapter::checkSessionCookie | ( | $retryURL = null | ) |
Definition at line 39 of file HttpAdapter.php.
References $retryURL, and SimpleSAML\Utils\HTTP\checkSessionCookie().
SimpleSAML\Utils\HttpAdapter::checkURLAllowed | ( | $url, | |
array | $trustedSites = null |
||
) |
Definition at line 47 of file HttpAdapter.php.
References $url, and SimpleSAML\Utils\HTTP\checkURLAllowed().
SimpleSAML\Utils\HttpAdapter::fetch | ( | $url, | |
$context = array() , |
|||
$getHeaders = false |
|||
) |
Definition at line 55 of file HttpAdapter.php.
References $context, $url, and SimpleSAML\Utils\HTTP\fetch().
SimpleSAML\Utils\HttpAdapter::getAcceptLanguage | ( | ) |
Definition at line 63 of file HttpAdapter.php.
References SimpleSAML\Utils\HTTP\getAcceptLanguage().
SimpleSAML\Utils\HttpAdapter::getBaseURL | ( | ) |
Definition at line 79 of file HttpAdapter.php.
References SimpleSAML\Utils\HTTP\getBaseURL().
SimpleSAML\Utils\HttpAdapter::getFirstPathElement | ( | $trailingslash = true | ) |
Definition at line 87 of file HttpAdapter.php.
References SimpleSAML\Utils\HTTP\getFirstPathElement().
SimpleSAML\Utils\HttpAdapter::getPOSTRedirectURL | ( | $destination, | |
$data | |||
) |
Definition at line 95 of file HttpAdapter.php.
References $data, $destination, and SimpleSAML\Utils\HTTP\getPOSTRedirectURL().
SimpleSAML\Utils\HttpAdapter::getSelfHost | ( | ) |
Definition at line 103 of file HttpAdapter.php.
References SimpleSAML\Utils\HTTP\getSelfHost().
SimpleSAML\Utils\HttpAdapter::getSelfHostWithNonStandardPort | ( | ) |
Definition at line 111 of file HttpAdapter.php.
SimpleSAML\Utils\HttpAdapter::getSelfHostWithPath | ( | ) |
Definition at line 119 of file HttpAdapter.php.
References SimpleSAML\Utils\HTTP\getSelfHostWithPath().
SimpleSAML\Utils\HttpAdapter::getSelfURL | ( | ) |
Definition at line 127 of file HttpAdapter.php.
SimpleSAML\Utils\HttpAdapter::getSelfURLHost | ( | ) |
Definition at line 135 of file HttpAdapter.php.
SimpleSAML\Utils\HttpAdapter::getSelfURLNoQuery | ( | ) |
Definition at line 143 of file HttpAdapter.php.
References SimpleSAML\Utils\HTTP\getSelfURLNoQuery().
SimpleSAML\Utils\HttpAdapter::getServerHTTPS | ( | ) |
Definition at line 15 of file HttpAdapter.php.
References SimpleSAML\Utils\HTTP\getServerHTTPS().
SimpleSAML\Utils\HttpAdapter::getServerPort | ( | ) |
Definition at line 23 of file HttpAdapter.php.
References SimpleSAML\Utils\HTTP\getServerPort().
SimpleSAML\Utils\HttpAdapter::guessBasePath | ( | ) |
Definition at line 71 of file HttpAdapter.php.
References SimpleSAML\Utils\HTTP\guessBasePath().
SimpleSAML\Utils\HttpAdapter::isHTTPS | ( | ) |
Definition at line 151 of file HttpAdapter.php.
References SimpleSAML\Utils\HTTP\isHTTPS().
SimpleSAML\Utils\HttpAdapter::normalizeURL | ( | $url | ) |
Definition at line 159 of file HttpAdapter.php.
References $url, and SimpleSAML\Utils\HTTP\normalizeURL().
SimpleSAML\Utils\HttpAdapter::parseQueryString | ( | $query_string | ) |
Definition at line 167 of file HttpAdapter.php.
References SimpleSAML\Utils\HTTP\parseQueryString().
SimpleSAML\Utils\HttpAdapter::redirectTrustedURL | ( | $url, | |
$parameters = array() |
|||
) |
Definition at line 175 of file HttpAdapter.php.
References $url, and SimpleSAML\Utils\HTTP\redirectTrustedURL().
SimpleSAML\Utils\HttpAdapter::redirectUntrustedURL | ( | $url, | |
$parameters = array() |
|||
) |
Definition at line 183 of file HttpAdapter.php.
References $url, and SimpleSAML\Utils\HTTP\redirectUntrustedURL().
SimpleSAML\Utils\HttpAdapter::resolveURL | ( | $url, | |
$base = null |
|||
) |
Definition at line 191 of file HttpAdapter.php.
References $base, $url, and SimpleSAML\Utils\HTTP\resolveURL().
SimpleSAML\Utils\HttpAdapter::setCookie | ( | $name, | |
$value, | |||
$params = null , |
|||
$throw = true |
|||
) |
Definition at line 199 of file HttpAdapter.php.
References $name, PHPMailer\PHPMailer\$params, and SimpleSAML\Utils\HTTP\setCookie().
SimpleSAML\Utils\HttpAdapter::submitPOSTData | ( | $destination, | |
$data | |||
) |
Definition at line 207 of file HttpAdapter.php.
References $data, $destination, and SimpleSAML\Utils\HTTP\submitPOSTData().