|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for SimpleSAML\Utils\HttpAdapter: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 | |||
| ) |
Definition at line 31 of file HttpAdapter.php.
References $url.
| SimpleSAML\Utils\HttpAdapter::checkSessionCookie | ( | $retryURL = null | ) |
Definition at line 39 of file HttpAdapter.php.
References $retryURL, and SimpleSAML\Utils\HTTP\checkSessionCookie().
Here is the call graph for this function:| SimpleSAML\Utils\HttpAdapter::checkURLAllowed | ( | $url, | |
| array | $trustedSites = null |
||
| ) |
Definition at line 47 of file HttpAdapter.php.
References $url, and SimpleSAML\Utils\HTTP\checkURLAllowed().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| SimpleSAML\Utils\HttpAdapter::getAcceptLanguage | ( | ) |
Definition at line 63 of file HttpAdapter.php.
References SimpleSAML\Utils\HTTP\getAcceptLanguage().
Here is the call graph for this function:| SimpleSAML\Utils\HttpAdapter::getBaseURL | ( | ) |
Definition at line 79 of file HttpAdapter.php.
References SimpleSAML\Utils\HTTP\getBaseURL().
Here is the call graph for this function:| SimpleSAML\Utils\HttpAdapter::getFirstPathElement | ( | $trailingslash = true | ) |
Definition at line 87 of file HttpAdapter.php.
References SimpleSAML\Utils\HTTP\getFirstPathElement().
Here is the call graph for this function:| SimpleSAML\Utils\HttpAdapter::getPOSTRedirectURL | ( | $destination, | |
| $data | |||
| ) |
Definition at line 95 of file HttpAdapter.php.
References $data, $destination, and SimpleSAML\Utils\HTTP\getPOSTRedirectURL().
Here is the call graph for this function:| SimpleSAML\Utils\HttpAdapter::getSelfHost | ( | ) |
Definition at line 103 of file HttpAdapter.php.
References SimpleSAML\Utils\HTTP\getSelfHost().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| SimpleSAML\Utils\HttpAdapter::getServerHTTPS | ( | ) |
Definition at line 15 of file HttpAdapter.php.
References SimpleSAML\Utils\HTTP\getServerHTTPS().
Here is the call graph for this function:| SimpleSAML\Utils\HttpAdapter::getServerPort | ( | ) |
Definition at line 23 of file HttpAdapter.php.
References SimpleSAML\Utils\HTTP\getServerPort().
Here is the call graph for this function:| SimpleSAML\Utils\HttpAdapter::guessBasePath | ( | ) |
Definition at line 71 of file HttpAdapter.php.
References SimpleSAML\Utils\HTTP\guessBasePath().
Here is the call graph for this function:| SimpleSAML\Utils\HttpAdapter::isHTTPS | ( | ) |
Definition at line 151 of file HttpAdapter.php.
References SimpleSAML\Utils\HTTP\isHTTPS().
Here is the call graph for this function:| SimpleSAML\Utils\HttpAdapter::normalizeURL | ( | $url | ) |
Definition at line 159 of file HttpAdapter.php.
References $url, and SimpleSAML\Utils\HTTP\normalizeURL().
Here is the call graph for this function:| SimpleSAML\Utils\HttpAdapter::parseQueryString | ( | $query_string | ) |
Definition at line 167 of file HttpAdapter.php.
References SimpleSAML\Utils\HTTP\parseQueryString().
Here is the call graph for this function:| SimpleSAML\Utils\HttpAdapter::redirectTrustedURL | ( | $url, | |
$parameters = array() |
|||
| ) |
Definition at line 175 of file HttpAdapter.php.
References $url, and SimpleSAML\Utils\HTTP\redirectTrustedURL().
Here is the call graph for this function:| SimpleSAML\Utils\HttpAdapter::redirectUntrustedURL | ( | $url, | |
$parameters = array() |
|||
| ) |
Definition at line 183 of file HttpAdapter.php.
References $url, and SimpleSAML\Utils\HTTP\redirectUntrustedURL().
Here is the call graph for this function:| SimpleSAML\Utils\HttpAdapter::resolveURL | ( | $url, | |
$base = null |
|||
| ) |
Definition at line 191 of file HttpAdapter.php.
References $base, $url, and SimpleSAML\Utils\HTTP\resolveURL().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| SimpleSAML\Utils\HttpAdapter::submitPOSTData | ( | $destination, | |
| $data | |||
| ) |
Definition at line 207 of file HttpAdapter.php.
References $data, $destination, and SimpleSAML\Utils\HTTP\submitPOSTData().
Here is the call graph for this function: