phpCAS
version 1.3.6
|
Functions | |
static | phpCAS::client ($server_version, $server_hostname, $server_port, $server_uri, $changeSessionID=true) |
static | phpCAS::proxy ($server_version, $server_hostname, $server_port, $server_uri, $changeSessionID=true) |
static | phpCAS::isInitialized () |
|
static |
phpCAS client initializer.
string | $server_version | the version of the CAS server |
string | $server_hostname | the hostname of the CAS server |
string | $server_port | the port the CAS server is running on |
string | $server_uri | the URI the CAS server is responding on |
bool | $changeSessionID | Allow phpCAS to change the session_id (Single Sign Out/handleLogoutRequests is based on that change) |
Definition at line 338 of file CAS.php.
References phpCAS\error(), phpCAS\traceBegin(), and phpCAS\traceEnd().
|
static |
|
static |
phpCAS proxy initializer.
string | $server_version | the version of the CAS server |
string | $server_hostname | the hostname of the CAS server |
string | $server_port | the port the CAS server is running on |
string | $server_uri | the URI the CAS server is responding on |
bool | $changeSessionID | Allow phpCAS to change the session_id (Single Sign Out/handleLogoutRequests is based on that change) |
Definition at line 382 of file CAS.php.
References phpCAS\error(), phpCAS\traceBegin(), and phpCAS\traceEnd().