Handle requests for authentication source management in site administration. More...
Public Member Functions | |
| auth () | |
| AuthSourcesHandler () | |
| createAuthSource () | |
| deleteAuthSource ($args) | |
| editAuthSource ($args) | |
| updateAuthSource ($args) | |
| updateAuthSources () | |
Handle requests for authentication source management in site administration.
Definition at line 21 of file AuthSourcesHandler.inc.php.
| AuthSourcesHandler.auth | ( | ) |
Display a list of authentication sources.
Definition at line 32 of file AuthSourcesHandler.inc.php.
References AdminHandler.setupTemplate().
| AuthSourcesHandler.AuthSourcesHandler | ( | ) |
Constructor
Definition at line 25 of file AuthSourcesHandler.inc.php.
References AdminHandler.AdminHandler().
| AuthSourcesHandler.createAuthSource | ( | ) |
Create an authentication source.
Definition at line 67 of file AuthSourcesHandler.inc.php.
References Request.redirect().
| AuthSourcesHandler.deleteAuthSource | ( | $ | args | ) |
Delete an authentication source.
Definition at line 110 of file AuthSourcesHandler.inc.php.
References Request.redirect().
| AuthSourcesHandler.editAuthSource | ( | $ | args | ) |
Display form to edit an authentication source.
Definition at line 84 of file AuthSourcesHandler.inc.php.
References AdminHandler.setupTemplate().
| AuthSourcesHandler.updateAuthSource | ( | $ | args | ) |
Update an authentication source.
Definition at line 97 of file AuthSourcesHandler.inc.php.
References Request.redirect().
| AuthSourcesHandler.updateAuthSources | ( | ) |
Update the default authentication source.
Definition at line 55 of file AuthSourcesHandler.inc.php.
References Request.redirect().
1.7.1