public __construct ( CAS_Client $client, string $failure, string $cas_url, boolean $no_response, boolean $bad_response = '', string $cas_response = '', integer $err_code = '', string $err_msg = '' ) |
$client |
CAS_Client |
phpcas client |
$failure |
string |
the failure that occured |
$cas_url |
string |
the URL the CAS server was asked for |
$no_response |
boolean |
the response from the CAS server (other
parameters are ignored if TRUE) |
$bad_response |
boolean |
bad response from the CAS server ($err_code
and $err_msg ignored if TRUE) |
$cas_response |
string |
the response of the CAS server |
$err_code |
integer |
the error code given by the CAS server |
$err_msg |
string |
the error message given by the CAS server |