Lines Matching refs:validate_url

1397         $validate_url = '';
1438 $validate_url, $text_response, $tree_response, $renew
1454 $validate_url, $text_response, $tree_response, $renew
1461 $validate_url, $text_response, $tree_response
1483 $validate_url, $text_response, $tree_response, $renew
1991 public function validateCAS10(&$validate_url,&$text_response,&$tree_response,$renew=false) argument
1995 $validate_url = $this->getServerServiceValidateURL()
2000 $validate_url .= '&renew=true';
2004 if ( !$this->_readURL($validate_url, $headers, $text_response, $err_msg) ) {
2006 'could not open URL \''.$validate_url.'\' to validate ('.$err_msg.')'
2009 $this, 'CAS 1.0 ticket not validated', $validate_url,
2017 $this, 'ST not validated', $validate_url, false/*$no_response*/,
2023 $this, 'Ticket not validated', $validate_url,
2067 public function validateSA(&$validate_url,&$text_response,&$tree_response,$renew=false) argument
2072 $validate_url = $this->getServerSamlValidateURL();
2076 $validate_url .= '&renew=true';
2080 if ( !$this->_readURL($validate_url, $headers, $text_response, $err_msg) ) {
2082 'could not open URL \''.$validate_url.'\' to validate ('.$err_msg.')'
2085 $this, 'SA not validated', $validate_url, true/*$no_response*/
2102 $this, 'SA not validated', $validate_url,
2111 $this, 'SA not validated', $validate_url,
2122 $this, 'SA not validated', $validate_url,
2138 $this, 'SA not validated', $validate_url,
2651 private function _validatePGT(&$validate_url,$text_response,$tree_response) argument
2659 $validate_url, false/*$no_response*/, false/*$bad_response*/,
2674 $validate_url, false/*$no_response*/,
2683 $validate_url, false/*$no_response*/, false/*$bad_response*/,
3213 public function validateCAS20(&$validate_url,&$text_response,&$tree_response, $renew=false) argument
3219 $validate_url = $this->getServerProxyValidateURL().'&ticket='
3222 $validate_url = $this->getServerServiceValidateURL().'&ticket='
3228 $validate_url .= '&pgtUrl='.urlencode($this->_getCallbackURL());
3233 $validate_url .= '&renew=true';
3237 if ( !$this->_readURL($validate_url, $headers, $text_response, $err_msg) ) {
3239 'could not open URL \''.$validate_url.'\' to validate ('.$err_msg.')'
3242 $this, 'Ticket not validated', $validate_url,
3257 $this, 'Ticket not validated', $validate_url,
3264 $this, 'Ticket not validated', $validate_url,
3271 $this, 'Ticket not validated', $validate_url,
3279 $this, 'Ticket not validated', $validate_url,
3292 $this, 'Ticket not validated', $validate_url,
3315 $this, 'Proxy not allowed', $validate_url,
3325 $this, 'Ticket not validated', $validate_url,