Home
last modified time | relevance | path

Searched refs:shouldCompressRequests (Results 1 – 3 of 3) sorted by relevance

/plugin/adfs/phpsaml/lib/Saml2/
H A DAuthnRequest.php168 $deflate = $this->_settings->shouldCompressRequests();
H A DLogoutRequest.php149 $deflate = $this->_settings->shouldCompressRequests();
H A DSettings.php822 public function shouldCompressRequests() function in OneLogin_Saml2_Settings