Home
last modified time | relevance | path

Searched refs:doLogout (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/identity/
H A DFirefoxAccounts.jsm89 log.debug("Received " + ONLOGOUT_NOTIFICATION + "; doLogout()s fired");
91 this.doLogout(rpId);
123 * - doLogout()
143 this.doLogout(aRpCaller.id);
252 this.doLogout(aRpCallerId);
278 doLogout: function doLogout(aRpCallerId) {
281 log.warn("doLogout found no rp to go with callerId " + aRpCallerId);
285 rp.doLogout();
H A DMinimalIdentity.jsm98 * - doLogout()
191 * following functions (doLogin, doLogout, or doReady)
204 doLogout: function doLogout(aRpCallerId) {
207 log("WARNING: doLogout found no rp to go with callerId " + aRpCallerId);
216 rp.doLogout();
H A DRelyingParty.jsm82 * - doLogout()
174 aRpCaller.doLogout();
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/memcookie/lib/
H A DAuthMemCookie.php143 private function doLogout() function in SimpleSAML\\Module\\memcookie\\AuthMemCookie
169 self::getInstance()->doLogout();
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/
H A DAuthMemCookie.php139 private function doLogout() function in SimpleSAML_AuthMemCookie
164 self::getInstance()->doLogout();
H A DSession.php583 $this->doLogout($authority);
663 public function doLogout($authority) function in SimpleSAML_Session
/dports/databases/phppgadmin/phppgadmin-REL_7-13-0/
H A Dservers.php16 function doLogout() { function
167 doLogout();
/dports/www/firefox-legacy/firefox-52.8.0esr/b2g/components/
H A DSignInToWebsite.jsm43 * requesting Persona functions (doWatch, doReady, doLogout).
58 * or doLogout). identity.js callbacks send messages back through the
60 * function on the Identity Service (doReady, doLogin, or doLogout).
361 this.doLogout(options);
394 IdentityService.doLogout(aRpId);
434 doLogout: function SignInToWebsiteController_doLogout(aRpOptions) {
435 log("doLogout", aRpOptions);
/dports/security/mailzu/MailZu_0.8RC3/
H A Dindex.php27 $auth->doLogout();
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/Auth/
H A DSource.php395 $session->doLogout($source);
466 $session->doLogout($this->authId);
H A DDefault.php64 $session->doLogout($authority);
H A DSimple.php209 $session->doLogout($this->authSource);
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/Auth/
H A DSource.php419 $session->doLogout($source);
492 $session->doLogout($this->authId);
H A DDefaultAuth.php80 $session->doLogout($authority);
H A DSimple.php215 $this->session->doLogout($this->authSource);
/dports/security/mailzu/MailZu_0.8RC3/lib/pear/PEAR/Command/
H A DAuth.php167 function doLogout($command, $options, $params) function in PEAR_Command_Auth
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dcontext.go561 doLogout := false
568 doLogout = true
571 doLogout = true
576 if doLogout {
/dports/security/mailzu/MailZu_0.8RC3/lib/
H A DAuth.class.php304 function doLogout() { function in Auth
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dwmapp.h62 void doLogout(RebootShutdown reboot);
H A Dwmapp.cc902 doLogout(Logout); in actionPerformed()
908 doLogout(Shutdown); in actionPerformed()
912 doLogout(Reboot); in actionPerformed()
1820 void YWMApp::doLogout(RebootShutdown reboot) { in doLogout() function in YWMApp
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/
H A DSession.php603 $this->doLogout($authority);
686 public function doLogout($authority) function in SimpleSAML\\Session
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/modules/saml/lib/SP/
H A DLogoutStore.php305 $session->doLogout($authId);
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/shibsp/impl/
H A DXMLApplication.h167 …void doLogout(const ProtocolProvider&, std::set<std::string>&, xercesc::DOMElement*, xmltooling::l…
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/saml/lib/SP/
H A DLogoutStore.php465 $session->doLogout($authId);
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/docs/
H A Dsimplesamlphp-upgrade-notes-1.14.md96 * `SimpleSAML_Session::doLogout()`

12