Home
last modified time | relevance | path

Searched refs:setIsAuthenticated (Results 1 – 5 of 5) sorted by relevance

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DAnonymousChallenge.php64 $this->context->setIsAuthenticated(true);
81 $this->context->setIsAuthenticated(true);
H A DDigestMD5Challenge.php100 $this->context->setIsAuthenticated(true);
234 $this->context->setIsAuthenticated(true);
H A DPlainChallenge.php70 $this->context->setIsAuthenticated((bool) $options['validate']($authzId, $authcId, $password));
H A DCramMD5Challenge.php115 $this->context->setIsAuthenticated($expectedDigest === $digest);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DSaslContext.php105 public function setIsAuthenticated(bool $isAuthenticated) function in FreeDSx\\Sasl\\SaslContext