authFailAction = $authFailAction; } public function getAuthFailAction() { return $this->authFailAction; } public function setLogin($login) { $this->login = $login; } public function getLogin() { return $this->login; } public function setScript($script) { $this->script = $script; } public function getScript() { return $this->script; } public function setSecurityLevel($securityLevel) { $this->securityLevel = $securityLevel; } public function getSecurityLevel() { return $this->securityLevel; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } }