Home
last modified time | relevance | path

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

/plugin/authsaml/
H A Dsaml.php32 public $ssp = null; variable in saml_handler
66 if ($this->ssp == null) {
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();
168 $ssp = $this->get_ssp_instance();
[all …]
H A 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…
H A Dauth.php75 if ($this->saml->ssp->isAuthenticated()) {