Lines Matching refs:saml
11 protected $saml; variable in auth_plugin_saml
30 $this->saml = $hlp->getSamlLib();
67 $url = $this->saml->login(
80 $this->saml->processResponse();
81 if ($this->saml->isAuthenticated()) {
130 msg('SAML: '.hsc($this->saml->getLastErrorReason()), -1);
151 $saml = $hlp->getSamlLib();
158 $saml->processSLO();
159 $errors = $saml->getErrors();
162 msg('SAML SLO: '. implode(', ', $errors) . '; ' . $saml->getLastErrorReason(), -1);
170 $saml->logout($redirTo);
229 $data = $this->saml->getAttribute($attr);