Class CAS_Request_AbstractRequest
Provides support for performing web-requests via curl
- CAS_Request_AbstractRequest implements CAS_Request_RequestInterface
Direct known subclasses
CAS_Request_CurlRequestAbstract
Package: PhpCAS
Category: Authentication
License: Apache License 2.0
Author: Adam Franco afranco@middlebury.edu
Link: https://wiki.jasig.org/display/CASC/phpCAS
Class: CAS_Request_AbstractRequest
Located at shared/cas/source/CAS/Request/AbstractRequest.php
Package: PhpCAS
Category: Authentication
License: Apache License 2.0
Author: Adam Franco afranco@middlebury.edu
Link: https://wiki.jasig.org/display/CASC/phpCAS
Class: CAS_Request_AbstractRequest
Located at shared/cas/source/CAS/Request/AbstractRequest.php
public |
|
public |
|
public |
#
addCookies( array
$cookies )
Add an array of cookies to the request. The cookie array is of the form array('cookie_name' => 'cookie_value', 'cookie_name2' => cookie_value2') |
public |
|
public |
|
public |
|
public |
|
public |
#
setSslCaCert( string
$caCertPath, boolean
$validate_cn = true )
Specify the path to an SSL CA certificate to validate the server with. |
public boolean |
|
abstract protected boolean |
|
protected |
|
protected |
|
protected |
|
protected |
|
public array |
|
public integer |
|
public string |
|
public string |
protected |
$url |
#
null |
protected array |
$cookies |
#
array() |
protected array |
$headers |
#
array() |
protected boolean |
$isPost |
#
false |
protected |
$postBody |
#
null |
protected |
$caCertPath |
#
null |
protected boolean |
$validateCN |
#
true |
private boolean |
$_sent |
#
false |
private array |
$_responseHeaders |
#
array() |
private |
$_responseBody |
#
null |
private string |
$_errorMessage |
#
'' |