Class Attribute_Verifier

Description

The Attribute_Verifier class which verifies the signed assertion at the Relying party.

Located in /contrib/signed_assertions/AP.php (line 82)


	
			
Method Summary
 void load_trusted_root_cert (string $cert)
 void verify (string $responseXmlString)
Methods
load_trusted_root_cert (line 92)

This function loads the public key certificate that the relying party trusts.

void load_trusted_root_cert (string $cert)
  • string $cert: - Trusted public key certificate.
verify (line 101)

Verifies the certificate given the SAML document.

void verify (string $responseXmlString)
  • string $responseXmlString: - signed SAML assertion return @boolean - true if verification is successful, false if unsuccessful.

Documentation generated on Thu, 29 Jul 2010 13:58:19 -0700 by phpDocumentor 1.4.3