Change Identity adminstration to use the uninstall/install methods when changing providers.

This commit is contained in:
Tim Almdal
2009-10-22 22:29:56 -07:00
parent 89ca1590e4
commit b74b131e25
10 changed files with 114 additions and 170 deletions

View File

@@ -18,16 +18,6 @@
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
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.
*