Functions | |
phpCAS::checkAuthentication () | |
phpCAS::forceAuthentication () | |
phpCAS::authenticate () | |
phpCAS::isAuthenticated () | |
phpCAS::isSessionAuthenticated () | |
phpCAS::getUser () | |
phpCAS::getServerLoginURL () | |
phpCAS::setServerLoginURL ($url='') | |
phpCAS::getServerLogoutURL () | |
phpCAS::setServerLogoutURL ($url='') | |
phpCAS::logout ($url="") | |
phpCAS::setFixedCallbackURL ($url='') | |
phpCAS::setFixedServiceURL ($url) | |
phpCAS::getServiceURL () | |
phpCAS::retrievePT ($target_service, &$err_code, &$err_msg) |
|
This method has been left from version 0.4.1 for compatibility reasons. Definition at line 897 of file CAS.php. References phpCAS::error(). Referenced by phpCAS::forceAuthentication(). |
|
This method is called to check if the user is authenticated (use the gateway feature).
Definition at line 837 of file CAS.php. References $PHPCAS_AUTH_CHECK_CALL, $PHPCAS_CLIENT, phpCAS::backtrace(), phpCAS::error(), phpCAS::proxy(), phpCAS::traceBegin(), and phpCAS::traceEnd(). Referenced by phpCAS::serviceMail(), and phpCAS::serviceWeb(). |
|
This method is called to force authentication if the user was not already authenticated. If the user is not authenticated, halt by redirecting to the CAS server.
Definition at line 864 of file CAS.php. References $PHPCAS_AUTH_CHECK_CALL, $PHPCAS_CLIENT, phpCAS::authenticate(), phpCAS::backtrace(), phpCAS::error(), phpCAS::getUser(), phpCAS::proxy(), phpCAS::trace(), phpCAS::traceBegin(), and phpCAS::traceEnd(). Referenced by phpCAS::serviceMail(), and phpCAS::serviceWeb(). |
|
This method returns the URL to be used to login. or phpCAS::isAuthenticated().
Definition at line 953 of file CAS.php. References $PHPCAS_CLIENT, phpCAS::error(), and phpCAS::proxy(). |
|
This method returns the URL to be used to login. or phpCAS::isAuthenticated().
Definition at line 989 of file CAS.php. References $PHPCAS_CLIENT, phpCAS::error(), and phpCAS::proxy(). |
|
Get the URL that is set as the CAS service parameter. Definition at line 1082 of file CAS.php. References $PHPCAS_CLIENT, phpCAS::error(), and phpCAS::proxy(). |
|
This method returns the CAS user's login name.
Definition at line 932 of file CAS.php. References $PHPCAS_AUTH_CHECK_CALL, $PHPCAS_CLIENT, phpCAS::error(), and phpCAS::proxy(). Referenced by phpCAS::forceAuthentication(). |
|
This method has been left from version 0.4.19 for compatibility reasons. Definition at line 905 of file CAS.php. References phpCAS::error(). |
|
Checks whether authenticated based on $_SESSION. Useful to avoid server calls.
Definition at line 916 of file CAS.php. References $PHPCAS_CLIENT, phpCAS::error(), and phpCAS::proxy(). |
|
This method is used to logout from CAS. Halts by redirecting to the CAS server.
Definition at line 1023 of file CAS.php. References $PHPCAS_CLIENT, phpCAS::error(), phpCAS::logout(), phpCAS::proxy(), phpCAS::traceBegin(), and phpCAS::traceEnd(). Referenced by phpCAS::logout(). |
|
Retrieve a Proxy Ticket from the CAS server. Definition at line 1094 of file CAS.php. References $PHPCAS_CLIENT, phpCAS::error(), phpCAS::proxy(), and phpCAS::retrievePT(). Referenced by phpCAS::retrievePT(). |
|
Set the fixed URL that will be used by the CAS server to transmit the PGT. When this method is not called, a phpCAS script uses its own URL for the callback.
Definition at line 1042 of file CAS.php. References $PHPCAS_CLIENT, phpCAS::error(), phpCAS::proxy(), phpCAS::setFixedCallbackURL(), phpCAS::traceBegin(), and phpCAS::traceEnd(). Referenced by phpCAS::setFixedCallbackURL(). |
|
Set the fixed URL that will be set as the CAS service parameter. When this method is not called, a phpCAS script uses its own URL.
Definition at line 1065 of file CAS.php. References $PHPCAS_CLIENT, phpCAS::error(), phpCAS::proxy(), phpCAS::setFixedServiceURL(), phpCAS::traceBegin(), and phpCAS::traceEnd(). Referenced by phpCAS::setFixedServiceURL(). |
|
Set the login URL of the CAS server.
Definition at line 967 of file CAS.php. References $PHPCAS_CLIENT, phpCAS::error(), phpCAS::setServerLoginURL(), phpCAS::traceBegin(), and phpCAS::traceEnd(). Referenced by phpCAS::setServerLoginURL(). |
|
Set the logout URL of the CAS server.
Definition at line 1003 of file CAS.php. References $PHPCAS_CLIENT, phpCAS::error(), phpCAS::setServerLogoutURL(), phpCAS::traceBegin(), and phpCAS::traceEnd(). Referenced by phpCAS::setServerLogoutURL(). |