/** @see com.alfaariss.oa.authentication.remote.saml2.BaseSAML2AuthenticationMethod#stop() */
  public void stop() {
    if (_profileWebBrowserSSO != null) _profileWebBrowserSSO.destroy();

    if (_mRemoteIDPLists != null) _mRemoteIDPLists.clear();

    if (_organizationStorage != null) {
      Engine.getInstance().getIDPStorageManager().removeStorage(_organizationStorage.getID());
      _organizationStorage.stop();
    }

    super.stop();
  }