mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-11 01:33:51 -04:00
Change Identity adminstration to use the uninstall/install methods when changing providers.
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user