Home
last modified time | relevance | path

Searched refs:ssp (Results 1 – 3 of 3) sorted by relevance

/plugin/authsaml/
Dsaml.php32 public $ssp = null; variable in saml_handler
66 if ($this->ssp == null) {
68 $this->ssp = new SimpleSAML_Auth_Simple($this->simplesaml_authsource);
70 return $this->ssp;
89 $ssp = $this->get_ssp_instance();
90 if ($ssp->isAuthenticated()) {
100 if ($this->ssp->isAuthenticated()) {
101 $this->ssp->logout();
110 $attributes = $this->ssp->getAttributes();
122 $this->attributes = $this->ssp->getAttributes();
[all …]
Daction.php65 $this->saml->ssp->requireAuth();
68 if ($this->saml->ssp->isAuthenticated()) {
90 if ($this->saml->ssp->isAuthenticated()) {
106 …$fieldset .= '<center><a href="'.$this->saml->ssp->getLoginURL().'"><img src="lib/plugins/authsaml…
Dauth.php75 if ($this->saml->ssp->isAuthenticated()) {