You are here

public function SAML2_Assertion::getIssuer in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7

Retrieve the issuer if this assertion.

Return value

string The issuer of this assertion.

File

includes/Assertion.php, line 449

Class

SAML2_Assertion

Code

public function getIssuer() {
  return $this->issuer;
}