ILIAS
Release_4_0_x_branch Revision 61816
|
Functions | |
phpCAS::client ($server_version, $server_hostname, $server_port, $server_uri, $start_session=true) | |
phpCAS client initializer. | |
phpCAS::proxy ($server_version, $server_hostname, $server_port, $server_uri, $start_session=true) | |
phpCAS proxy initializer. |
phpCAS::client | ( | $server_version, | |
$server_hostname, | |||
$server_port, | |||
$server_uri, | |||
$start_session = true |
|||
) |
phpCAS client initializer.
$server_version | the version of the CAS server |
$server_hostname | the hostname of the CAS server |
$server_port | the port the CAS server is running on |
$server_uri | the URI the CAS server is responding on |
$start_session | Have phpCAS start PHP sessions (default true) |
Definition at line 366 of file CAS.php.
References $PHPCAS_CLIENT, $PHPCAS_INIT_CALL, phpCAS\backtrace(), phpCAS\error(), phpCAS\traceBegin(), and phpCAS\traceEnd().
Referenced by ilCASAuth\ilCASAuth(), and ilAuthContainerCAS\initCAS().
phpCAS::proxy | ( | $server_version, | |
$server_hostname, | |||
$server_port, | |||
$server_uri, | |||
$start_session = true |
|||
) |
phpCAS proxy initializer.
$server_version | the version of the CAS server |
$server_hostname | the hostname of the CAS server |
$server_port | the port the CAS server is running on |
$server_uri | the URI the CAS server is responding on |
$start_session | Have phpCAS start PHP sessions (default true) |
Definition at line 415 of file CAS.php.
References $PHPCAS_CLIENT, $PHPCAS_INIT_CALL, phpCAS\backtrace(), phpCAS\error(), phpCAS\traceBegin(), and phpCAS\traceEnd().