|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for Initialization:Functions | |
| static | phpCAS::client ( $server_version, $server_hostname, $server_port, $server_uri, $changeSessionID=true) |
| phpCAS client initializer. More... | |
| static | phpCAS::proxy ( $server_version, $server_hostname, $server_port, $server_uri, $changeSessionID=true) |
| phpCAS proxy initializer. More... | |
| static | phpCAS::isInitialized () |
| Answer whether or not the client or proxy has been initialized. More... | |
|
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 345 of file CAS.php.
References Vendor\Package\$e, phpCAS\error(), phpCAS\traceBegin(), and phpCAS\traceEnd().
Referenced by ilAuthProviderCAS\doAuthentication().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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 397 of file CAS.php.
References Vendor\Package\$e, phpCAS\error(), phpCAS\traceBegin(), and phpCAS\traceEnd().
Here is the call graph for this function: