summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/drivers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-10-22 22:29:56 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-10-22 22:30:25 -0700
commitb74b131e25ca0ddb42d2545a5d0ea2d796452f1d (patch)
tree68dda2e42827b7c92b947ed6b56816c429682249 /modules/gallery/libraries/drivers
parent89ca1590e4435da56fc15c74fcff74b467bb8717 (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.php10
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