Home
last modified time | relevance | path

Searched refs:getSPMetadata (Results 1 – 5 of 5) sorted by relevance

/plugin/adfs/phpsaml/lib/Saml/
H A DMetadata.php25 return $this->_settings->getSPMetadata();
/plugin/adfs/
H A Daction.php37 $xml = $saml->getSettings()->getSPMetadata();
/plugin/adfs/phpsaml/
H A DCHANGELOG40 * Allow the getSPMetadata() method to always include the encryption Key Descriptor
42 * [#265](https://github.com/onelogin/php-saml/issues/265) Support parameters at getSPMetadata method
H A DREADME.md717 $metadata = $settings->getSPMetadata();
732 The `getSPMetadata` will return the metadata signed or not based
1430 * `getSPMetadata` - Gets the SP metadata. The XML representation.
/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php852 …public function getSPMetadata($alwaysPublishEncryptionCert = false, $validUntil = null, $cacheDura… function in OneLogin_Saml2_Settings