Lines Matching refs:stay
245 …* @param bool $stay True if we want to stay (returns the url string…
251 …, $requestId = null, $retrieveParametersFromServer = false, $cbDeleteSession = null, $stay = false) argument
307 return $this->redirectTo($this->getSLOResponseUrl(), $parameters, $stay);
324 * @param bool $stay True if we want to stay (returns the url string) False to redirect
330 public function redirectTo($url = '', $parameters = array(), $stay = false) argument
339 return OneLogin_Saml2_Utils::redirect($url, $parameters, $stay);
495 * @param bool $stay True if we want to stay (returns the url string) False to redirect
503 … = null, $parameters = array(), $forceAuthn = false, $isPassive = false, $stay = false, $setNameId… argument
527 return $this->redirectTo($this->getSSOurl(), $parameters, $stay);
537 …* @param bool $stay True if we want to stay (returns the url string) False t…
545 …nTo = null, $parameters = array(), $nameId = null, $sessionIndex = null, $stay = false, $nameIdFor… argument
585 return $this->redirectTo($sloUrl, $parameters, $stay);