PHP Класс SimpleSAML_Bindings_Shib13_Artifact, simplesamlphp

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
receive ( SimpleSAML_Configuration $spMetadata, SimpleSAML_Configuration $idpMetadata ) : string This function receives a SAML 1.1 artifact.

Приватные методы

Метод Описание
buildRequest ( array $artifacts ) : string Build the request we will send to the IdP.
extractResponse ( string $soapResponse ) : string Extract the response element from the SOAP response.
getArtifacts ( ) : array Parse the query string, and extract the SAMLart parameters.

Описание методов

receive() публичный статический Метод

This function receives a SAML 1.1 artifact.
public static receive ( SimpleSAML_Configuration $spMetadata, SimpleSAML_Configuration $idpMetadata ) : string
$spMetadata SimpleSAML_Configuration The metadata of the SP.
$idpMetadata SimpleSAML_Configuration The metadata of the IdP.
Результат string The element, as an XML string.