PHP 클래스 SimpleSAML_Bindings_Shib13_Artifact, simplesamlphp

파일 보기 프로젝트 열기: simplesamlphp/simplesamlphp 1 사용 예제들

공개 메소드들

메소드 설명
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.