Home
last modified time | relevance | path

Searched refs:ChallengeInterface (Results 1 – 10 of 10) sorted by relevance

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Mechanism/
H A DMechanismInterface.php14 use FreeDSx\Sasl\Challenge\ChallengeInterface; alias
38 public function challenge(): ChallengeInterface;
H A DCramMD5Mechanism.php14 use FreeDSx\Sasl\Challenge\ChallengeInterface; alias
40 public function challenge(): ChallengeInterface
H A DPlainMechanism.php14 use FreeDSx\Sasl\Challenge\ChallengeInterface; alias
40 public function challenge(): ChallengeInterface
H A DAnonymousMechanism.php15 use FreeDSx\Sasl\Challenge\ChallengeInterface; alias
40 public function challenge(): ChallengeInterface
H A DDigestMD5Mechanism.php14 use FreeDSx\Sasl\Challenge\ChallengeInterface; alias
46 public function challenge(): ChallengeInterface
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DChallengeInterface.php22 interface ChallengeInterface interface
H A DAnonymousChallenge.php23 class AnonymousChallenge implements ChallengeInterface
H A DPlainChallenge.php24 class PlainChallenge implements ChallengeInterface
H A DCramMD5Challenge.php26 class CramMD5Challenge implements ChallengeInterface
H A DDigestMD5Challenge.php26 class DigestMD5Challenge implements ChallengeInterface