Inheritance diagram for AuthSourcesHandler:
Public Member Functions | |
auth () | |
AuthSourcesHandler () | |
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.
Definition at line 32 of file AuthSourcesHandler.inc.php.
References AdminHandler.setupTemplate().
Referenced by createAuthSource(), deleteAuthSource(), updateAuthSource(), and updateAuthSources().
AuthSourcesHandler.AuthSourcesHandler | ( | ) |
Constructor
Definition at line 25 of file AuthSourcesHandler.inc.php.
AuthSourcesHandler.createAuthSource | ( | ) |
Create an authentication source.
Definition at line 67 of file AuthSourcesHandler.inc.php.
References auth(), editAuthSource(), and Request.redirect().
AuthSourcesHandler.deleteAuthSource | ( | $ | args | ) |
Delete an authentication source.
Definition at line 110 of file AuthSourcesHandler.inc.php.
References auth(), and Request.redirect().
AuthSourcesHandler.editAuthSource | ( | $ | args | ) |
Display form to edit an authentication source.
Definition at line 84 of file AuthSourcesHandler.inc.php.
References AdminHandler.setupTemplate().
Referenced by createAuthSource().
AuthSourcesHandler.updateAuthSource | ( | $ | args | ) |
Update an authentication source.
Definition at line 97 of file AuthSourcesHandler.inc.php.
References auth(), and Request.redirect().
AuthSourcesHandler.updateAuthSources | ( | ) |
Update the default authentication source.
Definition at line 55 of file AuthSourcesHandler.inc.php.
References auth(), and Request.redirect().