diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-22 22:29:56 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-22 22:30:25 -0700 |
commit | b74b131e25ca0ddb42d2545a5d0ea2d796452f1d (patch) | |
tree | 68dda2e42827b7c92b947ed6b56816c429682249 /modules/gallery/libraries/drivers | |
parent | 89ca1590e4435da56fc15c74fcff74b467bb8717 (diff) |
Change Identity adminstration to use the uninstall/install methods when changing providers.
Diffstat (limited to 'modules/gallery/libraries/drivers')
-rw-r--r-- | modules/gallery/libraries/drivers/IdentityProvider.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/gallery/libraries/drivers/IdentityProvider.php b/modules/gallery/libraries/drivers/IdentityProvider.php index 8a578d1b..5bb41dcc 100644 --- a/modules/gallery/libraries/drivers/IdentityProvider.php +++ b/modules/gallery/libraries/drivers/IdentityProvider.php @@ -19,16 +19,6 @@ */ interface IdentityProvider_Driver { /** - * Initialize the provider so it is ready to use - */ - public function activate(); - - /** - * Cleanup up this provider so it is unavailable for use and won't conflict with the current driver - */ - public function deactivate(); - - /** * Return the guest user. * * @return User_Definition the user object |