cas_admin_settings |
./cas.module |
Provides settings pages. |
|
1 |
cas_block |
./cas.module |
Provides login blog that only shows up when the user logs in. |
|
|
cas_form_alter |
./cas.module |
implementation of hook_form_alter
Overrides specific from settings based on user policy. |
|
|
cas_help |
./cas.module |
Implementation of hook_help(). |
|
|
cas_init |
./cas.module |
Implementation of hook_init
Traps a page load to see if authentication is required. |
|
|
cas_login_check |
./cas.module |
Checks to see if the user needs to be logged in |
1 |
|
cas_login_page |
./cas.module |
Redirects to appropriate page based on user settings. |
1 |
1 |
cas_logout |
./cas.module |
Logs a user out of drupal and then out of cas |
|
1 |
cas_menu |
./cas.module |
Implements hook_menu. |
|
|
cas_menu_check |
./cas.module |
Access function used to make sure cas menu doesn't show up when
Not needed. |
|
1 |
cas_menu_logout_check |
./cas.module |
Check to see if we need to display the logout menu. |
|
1 |
cas_perm |
./cas.module |
Implementation of hook_perm(). |
|
|
cas_save_page |
./cas.module |
Saves the page that the user was on when login was requested or required |
1 |
|
_cas_force_login |
./cas.module |
Determines whether cas login should be enforced for this page load.
This is done based on the redirection settings for this module. |
1 |
|
_get_ldap_config_name |
./cas.module |
LDAP Auxiliary functions |
2 |
|