getSettings(); parent::__construct($settings, $assertion); } /** * Retrieves an Array with the logged user data. * * @return array */ public function get_saml_attributes() { return $this->getAttributes(); } /** * Retrieves the nameId * * @return string */ public function get_nameid() { return $this->getNameId(); } }