69 $bad_response=
'',$cas_response=
'',$err_code=
'',$err_msg=
'' 74 $client->printHTMLHeader(
$lang->getAuthenticationFailed());
76 $lang->getYouWereNotAuthenticated(),
77 htmlentities(
$client->getURL()),
85 if ( $bad_response ) {
88 switch (
$client->getServerVersion()) {
94 if ( empty($err_code) ) {
107 parent::__construct(implode(
"\n",
$messages));
if((!isset($_SERVER['DOCUMENT_ROOT'])) OR(empty($_SERVER['DOCUMENT_ROOT']))) $_SERVER['DOCUMENT_ROOT']
const CAS_VERSION_1_0
CAS version 1.0.
static traceExit()
This method is used to indicate the end of the execution of the program.
const CAS_VERSION_3_0
CAS version 3.0.
static trace($str)
This method is used to log something in debug mode.
__construct($client, $failure, $cas_url, $no_response, $bad_response='', $cas_response='', $err_code='', $err_msg='')
This method is used to print the HTML output when the user was not authenticated. ...
Create styles array
The data for the language used.
static traceBegin()
This method is used to indicate the start of the execution of a function in debug mode...
A root exception interface for all exceptions in phpCAS.
This interface defines methods that allow proxy-authenticated service handlers to interact with phpCA...