
Public Member Functions | |
| auth () | |
| createAuthSource () | |
| deleteAuthSource ($args) | |
| editAuthSource ($args) | |
| updateAuthSource ($args) | |
| updateAuthSources () | |
Definition at line 21 of file AuthSourcesHandler.inc.php.
| AuthSourcesHandler.auth | ( | ) |
Display a list of authentication sources.
Reimplemented from AdminHandler.
Definition at line 26 of file AuthSourcesHandler.inc.php.
References DAORegistry.getDAO(), TemplateManager.getManager(), and PluginRegistry.loadCategory().
| AuthSourcesHandler.createAuthSource | ( | ) |
Create an authentication source.
Reimplemented from AdminHandler.
Definition at line 61 of file AuthSourcesHandler.inc.php.
References DAORegistry.getDAO(), Request.getUserVar(), and Request.redirect().
| AuthSourcesHandler.deleteAuthSource | ( | $ | args | ) |
Delete an authentication source.
Reimplemented from AdminHandler.
Definition at line 104 of file AuthSourcesHandler.inc.php.
References DAORegistry.getDAO(), and Request.redirect().
| AuthSourcesHandler.editAuthSource | ( | $ | args | ) |
Display form to edit an authentication source.
Reimplemented from AdminHandler.
Definition at line 78 of file AuthSourcesHandler.inc.php.
| AuthSourcesHandler.updateAuthSource | ( | $ | args | ) |
Update an authentication source.
Reimplemented from AdminHandler.
Definition at line 91 of file AuthSourcesHandler.inc.php.
References Request.redirect().
| AuthSourcesHandler.updateAuthSources | ( | ) |
Update the default authentication source.
Reimplemented from AdminHandler.
Definition at line 49 of file AuthSourcesHandler.inc.php.
References DAORegistry.getDAO(), Request.getUserVar(), and Request.redirect().
1.5.6