Home
last modified time | relevance | path

Searched refs:getMechanism (Results 1 – 4 of 4) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSaslBindHandler.php79 $detectDowngrade = ($request->getMechanism() === '');
127 if ($request->getMechanism() !== '') {
128 $mech = $this->sasl->get($request->getMechanism());
166 $saslBind = Operations::bindSasl($request->getOptions(), $request->getMechanism(), $context->getResponse());
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverBy.php32 public function getMechanism() function in Facebook\\WebDriver\\WebDriverBy
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DJsonWireCompat.php40 $mechanism = $by->getMechanism();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSaslBindRequest.php58 public function getMechanism(): string
57 public function getMechanism(): string global() function in FreeDSx\\Ldap\\Operation\\Request\\SaslBindRequest