Home
last modified time | relevance | path

Searched refs:supportsAuth (Results 1 – 2 of 2) sorted by relevance

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DSecurityStrength.php34 protected $supportsAuth; variable in FreeDSx\\Sasl\\SecurityStrength
49 bool $supportsAuth, argument
55 $this->supportsAuth = $supportsAuth;
70 public function supportsAuth(): bool function in FreeDSx\\Sasl\\SecurityStrength
72 return $this->supportsAuth;
H A DMechanismSelector.php81 ?: (int)!$strengthA->supportsAuth() <=> (int)!$strengthB->supportsAuth()